Simple software-based real time clock. Auto-adjusts for Propeller CLKFREQ and has methods for printing 12- and 24-hour time strings, as well as short (e.g., "MON") and long (e.g., "Monday") day ...
This program will automatically log hub variables as fast as possible to the USB Datalogger from Parallax. It does this in the background, with no oversight once start is called. ...
A 4 color VGA bitmap driver that runs on one cog. The code has been fully optimized with a super simple spin interface for maximum speed and is also fully ...
A 2 color VGA bitmap driver that runs on one cog. The code has been fully optimized with a super simple spin interface for maximum speed and is also fully ...
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 ...
A generic I2C EEPROM interface library. The code has been fully optimized with a super simple spin interface for maximum speed and is also fully commented.