Search found 2 matches

by ahx
Sat Oct 31, 2015 11:14 pm
Forum: WiPy and CC3200 boards
Topic: RTC Alarm with repeat=True
Replies: 2
Views: 7657

Re: RTC Alarm with repeat=True

Now everything makes sense.
Thanks!
by ahx
Fri Oct 30, 2015 10:26 pm
Forum: WiPy and CC3200 boards
Topic: RTC Alarm with repeat=True
Replies: 2
Views: 7657

RTC Alarm with repeat=True

RTC Alarm with repeat=True I´m trying to build something like a data logger that executes some lines of code, then goes into sleep/deepsleep mode and wakes up after a defined time period to start again. My code below is based on the machine.RTC.alarm sample with repeat set to True. As expected the W...