NEW 1 IF SW1=0 10 2 IF TIMER1=1 20 3 IF TIMER2=1 30 4 GOTO 1 10 H=0 11 M=0 12 S=10 13 SETTIMER 1 14 GOTO 1 20 LED=1 21 H=0 22 M=0 23 S=5 24 SETTIMER 2 25 CLEARTIMER 1 26 GOTO 1 30 LED=0 31 CLEARTIMER 2 32 GOTO 1 this line and the lines below are comments and can be removed with a text editor or the errors caused by trying to upload them can be ignored ------------------------------- timers.tmb for the SI51 Demonstrates how to use count down timers. Turns on LED 15 seconds after the on-board SW1 is activated and then turn it off 5 seconds later.