Exercise - Blinking LED
Your work
Build a blinking LED
You may need
- FOR -expression
Solutions
TI-Basic Code
Define blink()=
Prgm
For a,1,10
Send "SET LIGHT ON"
Wait 1
Send "SET LIGHT OFF"
Wait 1
EndFor
EndPrgm
Notice: You can't copy-paste it because it includes HTML formattings