Fix example typo.

This commit is contained in:
iabdalkader 2020-02-02 18:41:45 +02:00
parent 5a6903e4e6
commit a8f00c3177

View File

@ -12,7 +12,7 @@ rtc.datetime((2014, 5, 1, 4, 13, 0, 0, 0))
print(rtc.datetime()) print(rtc.datetime())
# Enable RTC interrupts every 5 seconds. # Enable RTC interrupts every 5 seconds.
rtc.wakeup(2000) rtc.wakeup(5000)
# Enter Stop Mode. # Enter Stop Mode.
# Note the IDE will disconnect. # Note the IDE will disconnect.