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
- Host: GitHub
- URL: https://github.com/markus-k/pcf2131-rs
- Owner: markus-k
- License: apache-2.0
- Created: 2024-03-21T16:01:09.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-08T11:49:17.000Z (almost 2 years ago)
- Last Synced: 2025-03-15T07:08:58.823Z (about 1 year ago)
- Topics: embedded-hal, embedded-hal-driver, pcf2131, rtc, rust
- Language: Rust
- Homepage:
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
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.