mirror of
https://github.com/micropython/micropython.git
synced 2026-01-07 12:40:15 +01:00
5 lines
99 B
C
5 lines
99 B
C
extern RTC_HandleTypeDef RTCHandle;
|
|
extern const mp_obj_type_t pyb_rtc_type;
|
|
|
|
void rtc_init(void);
|