Sunday, November 8, 2009

First Program

I just created a cool program for the circuit boards, if anyone wants to try it out.
b0 =127
b1=127

Main:

readadc 4, b0
readadc 0, b1

b2=b0+b1
pause b2
toggle 1,2,3,5
goto Main

No comments:

Post a Comment