Search found 1 match

by ocbcartonblinde
Tue Jan 22, 2019 6:00 pm
Forum: General Discussion and Questions
Topic: RTC Alarm providing datetime tuple
Replies: 0
Views: 1851

RTC Alarm providing datetime tuple

Hello all, In documentation we can see for RTC.Alarm() args signature a time arg that can take a datetime tuple. the doc: https://docs.micropython.org/en/latest/library/machine.RTC.html I try this with this example but i did not work once code was uploaded in my esp8266. My code : rtc_time = RTC() r...