is there an easy way to set an GPIO for every full hour (1.00, 2:00,..) instead of individually set it by
Code: Select all
On Clock#Time=All,01:00 do
gpio,14,0
endon

Thanks
Moderators: grovkillen, Stuntteam, TD-er
Code: Select all
On Clock#Time=All,01:00 do
gpio,14,0
endon
Code: Select all
On Clock#Time=All,**:00 do
gpio,14,0
endon
Users browsing this forum: No registered users and 18 guests