Crate rtc_hal

Crate rtc_hal 

Source
Expand description

§RTC HAL - Platform-agnostic Real-Time Clock traits

This crate provides traits for implementing Real-Time Clock (RTC) drivers in a platform-agnostic way, following the embedded-hal design patterns.

Modules§

bcd
BCD (Binary Coded Decimal) conversion utilities for RTC operations
datetime
DateTime Module
error
RTC Error Types and Classification
nvram
Traits for RTC with non-volatile memory (NVRAM/SRAM) access
rtc
RTC Trait Interface
square_wave
Traits for Square Wave control