This object uses counters to monitor 6 pins for RC inputs. In the demo, pins 1 - 6 are connected to a Radio Control receiver or other device which outputs ...
This object is used for driving the HC4LED LED 7 segment displays from Hitt Consulting. It has many capabilities, including scrolling text and displaying numbers.
This object dumps the Propeller main RAM in hex and ASCII, all in assembly. The minimum baud rate is 9600 baud at 80MHz, because of the 14 bit PAR register.
An implementation of a singly linked list using malloc. User needs a "..\output" directory for this project to work as is. Cosmetic update forgot MIT liscense stuff.
An implementation of a timer process manager for adding multiple procedures to a cog using a singly linked list and malloc. User needs a "..\output" directory for this project to ...
This library object provides formatted string output and scan methods based on the standard C sprintf and sscanf functions. With this object you can convert byte, word and long types ...
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 ...
This object presents a heap. The heap is a large contiguous byte array. The object provides all the methods for allocating and freeing blocks of memory and does all the