Platform-agnostic Rust driver for the DS3231, DS3232 and DS3234 extremely accurate real-time clocks (RTC).
Go to file
Diego Barrios Romero 9532c1b462 Initial version 2018-10-28 10:31:13 +01:00
src Initial version 2018-10-28 10:31:13 +01:00
.gitignore Initial version 2018-10-28 10:31:13 +01:00
CHANGELOG.md Initial version 2018-10-28 10:31:13 +01:00
Cargo.toml Initial version 2018-10-28 10:31:13 +01:00
LICENSE-APACHE Initial version 2018-10-28 10:31:13 +01:00
LICENSE-MIT Initial version 2018-10-28 10:31:13 +01:00
README.md Initial version 2018-10-28 10:31:13 +01:00

README.md

Rust DS3231, DS3232 and DS3234 Extremely Accurate Real-Time Clock Driver crates.io Docs Build Status

This is a platform agnostic Rust driver for the DS3231, DS3232 and DS3234 extremely accurate real-time clocks, based on the embedded-hal traits.

This driver allows you to:

  • Read/write the seconds.

The devices

This driver is compatible with the DS3231 and DS3232 I2C devices and the DS3234 SPI device.

DS3231

TODO

DS3232

TODO

DS3234

TODO

Datasheets:

License

Licensed under either of

Contributing

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.