1 unstable release
0.1.0 | Jul 2, 2021 |
---|
#337 in No standard library
Used in esp8266-wifi-serial
6KB
85 lines
simple-clock
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.
lib.rs
:
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.