nxp-pcf8523 0.2.0

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

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

pub use driver::Pcf8523;