mirror of https://github.com/eldruin/ds323x-rs
9532c1b462 | ||
---|---|---|
src | ||
.gitignore | ||
CHANGELOG.md | ||
Cargo.toml | ||
LICENSE-APACHE | ||
LICENSE-MIT | ||
README.md |
README.md
Rust DS3231, DS3232 and DS3234 Extremely Accurate Real-Time Clock Driver
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
- Apache License, Version 2.0 (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
- MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT) at your option.
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.