Module avr_oxide::time

source ·
Expand description

Simplified datastructures for dealing with time, meant to broadly mirror the functionality provided by std::time where possible (and is derived directly from that source.)

Main difference with the ‘real’ crates is using smaller underlying datatypes - partly to avoid 64bit maths (which is broken on AVR at the time of writing)

Structs§