Module embedded_hal_mock::delay[][src]

Delay mock implementations.

Usage

Just create an instance of MockNoop. There will be no actual delay. This is useful for fast tests, where you don't actually need to wait for the hardware.

Structs

MockNoop

A Delay implementation that does not actually block.