More fun with the Parallax Propeller Board Of Education

This week I’ve posted a video tutorial about getting into the Spin code that the Propeller uses. It’s a wonderful programming language that has a great interface in the Propeller Tool.
In this video you’ll learn about objects and their libraries which will give you enough of a head start to go ahead and run through this well written tutorial by Andy Lindsay. All you need is a Board Of Education, a USB cable and the desire to learn how to program!

Keep on hackin!

About Dino

Self taught electronics and hardware hacker.
This entry was posted in Weekly Hacks. Bookmark the permalink.

One Response to More fun with the Parallax Propeller Board Of Education

  1. TedMeyers says:

    I think I know what happened when you had the propeller add 12+8 and got 1000. The character input ignores any characters that are not numbers, so when you typo’d “98” and hit backspace, then 8, what you got was 988 (98 followed by 8). So, 988 + 12 = 1000! There you go.

Comments are closed.