Releases: LechevSpace/embedded-fps
Releases · LechevSpace/embedded-fps
v0.1.0
The first release of embedded-fps
🎉!
FPS
- struct for counting frames per second on embedded devices -no_std
& noalloc
StdClock
(with the featurestd
) - anembedded_time::Clock
implementation usingstd
for usage wherestd
is available. Capable of ~594 years of representable time.
Read the full documentation at: https://docs.rs/embedded-fps/0.1.0/embedded_fps
Full Changelog: https://github.com/LechevSpace/embedded-fps/commits/v0.1.0