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
- Deadline
Reached - The deadline has been reached.
- Elapsed
Timer - Provides an easy way to calculate elapsed times.
Traits§
- Simple
Clock - Provides an abstraction for hardware-specific clocks with the microsecond precision.