circuitpython/stmhal/rtc.h

5 lines
99 B
C
Raw Normal View History

extern RTC_HandleTypeDef RTCHandle;
extern const mp_obj_type_t pyb_rtc_type;
2014-03-15 08:54:48 -04:00
void rtc_init(void);