Files @ f2f8cb2bebfa
Branch filter:

Location: FeatherHAB/wsprhab/inc/rtc.h

Ethan Zonca
1hz RTC interrupt and STOP mode works! Now idling at 0.8mA or so!
#ifndef __rtc_H
#define __rtc_H

#include "stm32f0xx_hal.h"


void rtc_init(void);
RTC_TimeTypeDef* rtc_time(void);
RTC_HandleTypeDef* rtc_gethandle(void);


#endif /*__ rtc_H */