sd2405al

Crates.iosd2405al
lib.rssd2405al
version0.1.0
sourcesrc
created_at2021-03-27 22:44:25.867296
updated_at2021-03-27 22:44:25.867296
descriptionDriver for the SDA2405AL real-time clock, for use with embedded-hal
homepage
repositoryhttps://github.com/afajl/sd2405al
max_upload_size
id374434
size35,542
(afajl)

documentation

https://docs.rs/sd2405al

README

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.

crates.io Documentation

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:

Commit count: 2

cargo fmt