@title LED-Test sleep 1000 print "LED-Test" for a=4 to 10 print a set_led a 1 sleep 2000 set_led a 0 next a end