is there a way of making this code more accurate
main:
high portb.0
sleep 190 '3 minutes
low portb.0
sleep 190 '6 minutes
high portb.0
sleep 190 '9 minutes
low portb.0
sleep 190 '12 minutes
high portb.0
sleep 190 '15 minutes
low portb.0
sleep 2700 '45 minutes
goto main
thanks andrew
Bookmarks