Crate simple_clock

Source
Expand description

This library provides a very simple system clock interface with microsecond precision. Unlike the embedded-time, the interface provided by this library is as simple as possible which is better suited for writing prototypes.

Structs§

Deadline
Provides an easy way to specify operation deadline
DeadlineReached
The deadline has been reached.
ElapsedTimer
Provides an easy way to calculate elapsed times.

Traits§

SimpleClock
Provides an abstraction for hardware-specific clocks with the microsecond precision.