Crate simple_clock[][src]

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

Provides an easy way to specify operation deadline

The deadline has been reached.

Provides an easy way to calculate elapsed times.

Traits

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