| Home | |||||||
Kitt This is a
stepping stone project. |
|||||||
![]() |
![]() |
||||||
| The breadboard was just perfect for this project. There were no extra holes along the width of the board. I used all 47 holes! | |||||||
' delay con 6 'miliseconds i var byte input 15 start: if IN15 = 1 then start '=== Explode === for i = 0 to 7 low 7-i low 7+i pause delay/2 'Explode FAST next '=== Implode === for i = 0 to 7 high i high 14-i pause delay*3 'Implode slow... next GOTO start |
|||||||