ds323x-rs/README.md

1.5 KiB

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.