Skip to content

v0.1.0

Latest
Compare
Choose a tag to compare
@elpiel elpiel released this 16 Jun 07:38
· 2 commits to main since this release
cd19915

The first release of embedded-fps 🎉!

  • FPS - struct for counting frames per second on embedded devices - no_std & no alloc
  • StdClock (with the feature std) - an embedded_time::Clock implementation using std for usage where std 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