cmos-rtc

Crates.iocmos-rtc
lib.rscmos-rtc
version0.1.2
sourcesrc
created_at2021-05-23 11:54:24.566709
updated_at2023-03-31 08:33:21.129502
description'CMOS' is a tiny bit of very low power static memory that lives on the same chip as the Real-Time Clock (RTC)
homepagehttps://github.com/deadblackclover/CMOS
repositoryhttps://github.com/deadblackclover/CMOS
max_upload_size
id401068
size42,003
DEADBLACKCLOVER (deadblackclover)

documentation

README

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();
Commit count: 20

cargo fmt