Quote Originally Posted by Dennis View Post
@Steve

To add an alarm(s) , would I just store a date and time in flash and then use an IF ..THEN statement as a matching trigger ?

Kind regards

Dennis
Sure.
Store an alarm hour and and minute (and day if you want), and IF "current minute" >= "alarm minute" AND "current hour" >= "alarm hour" THEN gosub makeahelluvanoise.


steve