adi_clock

Crates.ioadi_clock
lib.rsadi_clock
version0.3.0
sourcesrc
created_at2017-04-23 17:33:19.762122
updated_at2018-01-07 22:31:48.201029
description Aldaron's Device Interface / Clock is a library developed by Plop Grizzly for measuring / getting time, sleeping with precision, and smooth animation.
homepagehttp://plopgrizzly.com/adi_clock
repositoryhttps://github.com/plopgrizzly/adi_clock
max_upload_size
id11738
size12,701
Jeron Aldaron Lau (AldaronLau)

documentation

https://docs.rs/adi_clock

README

Aldaron's Device Interface / Clock (adi_clock 0.3.0)

Aldaron's Device Interface / Clock is a library developed by Plop Grizzly for interfacing with the CPU's Real-Time-Clock (RTC) and High Precision Event Timer (HPET). With this, one can time operations, get the time (TODO), sleep with precision, and animate smoothly.

Cargo / Documentation

Features

adi_clock's current features:

  • Get the state of the RTC (Real Time Clock)
  • Measure time passed with the HPET (High Precision Event Timer)
  • Create smooth animations with Pulse (See documentation)

adi_clock's planned features:

  • Get the time of day / date

Support

adi_clock's current support:

  • Unix
  • Windows

adi_clock's planned support:

  • Arduino and Raspberry Pi (no os)

Contributing

If you'd like to help implement functions for unsupported platforms, fix bugs, improve the API or improve the Documentation, then contact me at jeron.lau@plopgrizzly.com. I'll appreciate any help.

Commit count: 20

cargo fmt