Tuesday, March 16, 2010

March Madness Challenge - MMC16

Inspired by the Arduino meetings I got an older project out of the basement. The Hive has three Propeller chips from Parrallax. I tried to remember Spin, one of the languages you can use to program a Propeller. So I wrote a little program that lets a LED blink.
{{ blink.spin }}

PUB Toggle
dira[24]~~
repeat
!outa[24]
waitcnt(3_000_000 + cnt)

No comments:

Post a Comment