Tuesday, September 14, 2010

PicAXE - Video how-to for Halloween Props

Finally have something to post...



You will need to refer to the board diagram for pin configuration, which is different for each PicAxe board.  Hopefully you'll be able to follow along.



Here is the code snippet for the first example:


symbol LED1 = 0

main:
high LED1
pause 250
low LED1
pause 250
goto main

Let me know what you think, if there is something that needs more detail, etc.

No comments:

Post a Comment