nxp-pcf8523 2.0.0

A no-std driver for the NXP PCF8523 RTC and calendar module.
Documentation
1
2
3
4
5
6
7
8
9
#![no_std]

pub(crate) mod bits;
pub mod datetime;
pub mod driver;
pub mod registers;
pub mod typedefs;

pub use driver::Pcf8523;