Moving average filter, implemented in PASM, with recursion. Starts a cog which continuously polls a memory location looking for a data value. Max filter bandwidth ~1M samples/sec @ 80 MHz, ...
Driver for MS5534-module (Intersema) For precise temperature and pressure measurement. Easy and fast way to build variometer, altimeter, barometer or meteo-station.
Derived from SerialMirror V07.05.10 All printing (also from multiple COGs) is done using cprintf. Each cprintf call is a message. The more parameter in cprintf lets you prohibit that the ...
Supports upto 4 serial ports with 1 COG. Also supports hardware flow control on any of the ports. Fixed issue with 4th port. All 4 ports now tested and working.
This "object" is meant to be an aid in debugging the Propeller chip. There is often a need to see output from and supply input to multiple cogs during development.
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 ...