Crates.io | uhr |
lib.rs | uhr |
version | 0.2.0 |
source | src |
created_at | 2019-03-31 02:29:04.807131 |
updated_at | 2019-03-31 22:38:40.13269 |
description | A no_std friendly wall clock and alarm clock library |
homepage | |
repository | https://github.com/ferrous-systems/internet-of-streams |
max_upload_size | |
id | 124892 |
size | 11,764 |
uhr
- A no_std
wall clockuhr
aims to provide a generic abstraction for a time zone aware wall clock, as well as alarms associated with wall clock time.
It is intended to be used with a Real Time Counter, or any other "ticking" peripheral that can be used to increment a counter.
It is NOT a monotonic clock, and is not suitable as a replacement for Instant
s and other similar structures. Time may move forward or backwards, due to time zone or daylight savings changes, or minor clock corrections provided by a more reliable source.