This website requires JavaScript.
Explore
Help
Sign In
djsundog
/
circuitpython
Watch
1
Star
0
Fork
You've already forked circuitpython
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
53775026e7
circuitpython
/
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-18 21:17:30 -04:00
extern
RTC_HandleTypeDef
RTCHandle
;
extern
const
mp_obj_type_t
pyb_rtc_type
;
stmhal: Get RTC working.
2014-03-15 08:54:48 -04:00
stmhal: Improve RTC class; make fatfs use RTC for time stamping files.
2014-04-18 21:17:30 -04:00
void
rtc_init
(
void
)
;