stm32duino / STM32RTC

Arduino RTC library for STM32.
125 stars 48 forks source link

Add support for both Alarm_A and Alarm_B #75

Closed batkov closed 1 year ago

batkov commented 1 year ago

The code is far from perfect, but it does what it is intended to.

You can call now rtc.setAlarmType(RTC_ALARM_B); to set up second timer.

fpistm commented 1 year ago

Superseded by #86

batkov commented 1 year ago

image