diff options
author | Damien George <damien.p.george@gmail.com> | 2014-01-23 18:40:57 +0000 |
---|---|---|
committer | Damien George <damien.p.george@gmail.com> | 2014-01-23 18:40:57 +0000 |
commit | b080c7946b957501e4cc80c54978dfa401a027d0 (patch) | |
tree | 332d7bbf79e57bd0043c6242b1246598c7804e5f /stm/rtc.h | |
parent | 1e708fed188e3471cc7bed13635ba69b48bc8cf7 (diff) | |
parent | 1d1e4e1bd5e95d609460e022ea395cd676b5e009 (diff) | |
download | micropython-b080c7946b957501e4cc80c54978dfa401a027d0.tar.gz micropython-b080c7946b957501e4cc80c54978dfa401a027d0.zip |
Merge branch 'master' of github.com:iabdalkader/micropython into iabdalkader-master
Conflicts:
stm/main.c
Diffstat (limited to 'stm/rtc.h')
-rw-r--r-- | stm/rtc.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/stm/rtc.h b/stm/rtc.h new file mode 100644 index 0000000000..6b1ff1b454 --- /dev/null +++ b/stm/rtc.h @@ -0,0 +1,2 @@ +void rtc_init(void); +mp_obj_t pyb_rtc_read(void); |