Files @ cc569dddb24e
Branch filter:

Location: FeatherHAB/wsprhab/inc/rtc.h - annotation

Ethan Zonca
Thinks kinda work if we clear the wakeup flags and enable debugging in STOP mode... power usage went up a lot with debug in stop though.
#ifndef __rtc_H
#define __rtc_H

#include "stm32f0xx_hal.h"


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


#endif /*__ rtc_H */