mirror of
https://github.com/openmv/openmv.git
synced 2025-11-04 14:49:50 +08:00
Fix example typo.
This commit is contained in:
parent
5a6903e4e6
commit
a8f00c3177
@ -12,7 +12,7 @@ rtc.datetime((2014, 5, 1, 4, 13, 0, 0, 0))
|
||||
print(rtc.datetime())
|
||||
|
||||
# Enable RTC interrupts every 5 seconds.
|
||||
rtc.wakeup(2000)
|
||||
rtc.wakeup(5000)
|
||||
|
||||
# Enter Stop Mode.
|
||||
# Note the IDE will disconnect.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user