;BIY Clock Timer ;John Galinato ;April 2002 ;Advance the minute wheel every ;20 seconds to see the clock ;work more frequently. ;Will not keep accurate time. ;Send 0 to clear the ir buffer. to timeit ;execute program when power is switched on autostart-on loop [ send 10 beep send 0 wait 200 ] end stop |