This is a simple-to-use library to interface with the DS1302 RTC module written for STM32CubeHal.
- Set or get individual time components. eg: ds1302_getSecond, ds1302_setDay...
- Set or get all time component using struct
DS1302_TimeRecord
- Halt or unhalt clock
- Transition 12/24 hour mode
- Read write to Ram address individually or in burst mode
NOTICE
⚠️ : This library expects you to have a file namedmain.h
in your include path which should contain an include directive for your stm32hal header such asstm32f4xx_hal.h