;Chip Settings #chip tiny402,20 #define led porta.1 ; dir porta b'111110' porta=0 led=0 do led=!led wait 500 ms loop