An open API service indexing awesome lists of open source software.

https://github.com/markus-k/pcf2131-rs

PCF2131 driver written in Rust
https://github.com/markus-k/pcf2131-rs

embedded-hal embedded-hal-driver pcf2131 rtc rust

Last synced: 9 months ago
JSON representation

PCF2131 driver written in Rust

Awesome Lists containing this project

README

          

# PCF2131 driver

Status: This project has been abandoned since the PCF2131 is unreliable and seems to crash internally periodically when operated with a battery backup.

Rust driver for [PCF2131](https://www.nxp.com/docs/en/data-sheet/PCF2131.pdf) "nano-power highly accurate RTC with integrated quartz crystal".

## License

Licensed under either of

* Apache License, Version 2.0 ([LICENSE-APACHE](LICENSE-APACHE) or
http://www.apache.org/licenses/LICENSE-2.0)
* MIT license ([LICENSE-MIT](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.