Crate sd2405al

Source
Expand description

This is a Rust driver for the SD1605AL real-time clock, based on the embedded-hal traits and rtcc.

This chip is used by the Gravity I2C SD2405 RTC Module SKU DFR0469

This driver allow you to:

  • Read date and time in 12-hour and 24-hour format. See: get_datetime.
  • Set date and time in 12-hour and 24-hour format. See: set_datetime.

Modules§

interface
I2C interface
prelude
Useful exports

Structs§

Sd2405al
Sd2405al driver

Enums§

Error
Errors this library can return