1 unstable release
0.1.0 | Mar 27, 2021 |
---|
#16 in #real-time-clock
16KB
305 lines
Rust driver for the SD2405AL real-time clock
Rust driver for the [SSD1681] real-time clock used on the Gravity I2C SD2405 RTC Module for use with embedded-hal and the Rtcc crate.
Description
This simple driver allow you to set and read the time. The chip only allows setting all datetime fields at once.
Examples
The examples must be built on a Raspberry Pi. Use the
run-example.sh
script to copy the sources, compile and run the
example.
Credits
License
sd2405al
is dual licenced under:
- 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)
Dependencies
~1–1.6MB
~25K SLoC