Demonstrates reading of Channel 0 of MCP3202 to Propeller using very simplified SPIN code. Complete documentation and comments for beginners. Easy to convert from here to other languages. Provided ...
This is a pong game written in Spin that uses and demonstrates the capabilities of the TV_Text_Half_Height object. For those of us that are old enough, this game may bring ...
This program allows you to easily play up to 2 musical notes at once per cog using Synth.spin. Read each subroutine's documentation on how to use them.
This program uses the Hydra Keyboard to send Morse Code of the letters typed. (Not all keyboard keys have Morse Code equivalents.) I have inserted code blocks into Andre Mothe's ...
A command line SD card explorer that can run binary files from the SD and automatically run them on startup. Meant as a framework for user development with a current ...
Allows the user to view specific bits of a value, write specific bits of a value, and fill entire bits of a value. See the subroutine comments for more information ...
This is a demo of connecting DMX and an LED Painter to the Prop Blade. This demo showcases connecting multiple drivers together. Check the object exchange for updated drivers.
This is a library of standard functions that I find useful in the Spin programs that I write. Email me with suggestions for additions and improvements!