Files @ af5348c12bda
Branch filter:

Location: FeatherHAB/wsprhab/inc/rtc.h

Ethan Zonca
Truestudio debug works... successfully entering STOP mode and exiting it one time. Need to repeat!
#ifndef __rtc_H
#define __rtc_H

#include "stm32f0xx_hal.h"


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


#endif /*__ rtc_H */