This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
micropython
mirror of
https://github.com/micropython/micropython.git
Watch
1
Star
0
Fork
You've already forked micropython
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
22d0598818
micropython
/
stmhal
/
rtc.h
5 lines
99 B
C
Raw
Normal View
History
Unescape
Escape
stmhal: Improve RTC class; make fatfs use RTC for time stamping files.
2014-04-19 02:17:30 +01:00
extern
RTC_HandleTypeDef
RTCHandle
;
extern
const
mp_obj_type_t
pyb_rtc_type
;
stmhal: Get RTC working.
2014-03-15 12:54:48 +00:00
stmhal: Improve RTC class; make fatfs use RTC for time stamping files.
2014-04-19 02:17:30 +01:00
void
rtc_init
(
void
)
;