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!
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 ...
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 ...
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 ...
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 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 ...
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 ...
Written in Asm this LED Sequencer in one cog is also usable as an I/O controller or simple logic pattern generator. Suitable for such projects as animated displays and simple ...