There was an error while loading. Please reload this page.
1 parent 7d60a97 commit 97ce5d1Copy full SHA for 97ce5d1
tests/pyb/rtc.py
@@ -2,6 +2,7 @@
2
from pyb import RTC
3
4
rtc = RTC()
5
+rtc.init()
6
print(rtc)
7
8
# make sure that 1 second passes correctly
0 commit comments