cmos-rtc 0.1.2

'CMOS' is a tiny bit of very low power static memory that lives on the same chip as the Real-Time Clock (RTC)
Documentation

CMOS

crates.io docs.rs

"CMOS" is a tiny bit of very low power static memory that lives on the same chip as the Real-Time Clock (RTC)

Usage

use cmos_rtc::{ReadRTC, Time};

let mut cmos = ReadRTC::new(0x00, 0x00);
let time: Time = cmos.read();