Nuts About Time Clock Program Control
home | videos | construction | control | lab book | team
return to flowcharts

Version 1 Cricket 1 Code

;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



Build-It-Yourself, 426 Broadway, Cambridge, MA 02138 Tel: (617) 547-9705 Email