This driver is for the multiplexed switches on Brilldea's Prop Blade. This sequences the bank outputs and reads the switch inputs for the 10 position DIP switch and the 5 ...
The IR_Remote.spin object receives and decodes keycodes from a TV remote control. The procedure to read and decode is run in a separate cog. This eliminates the big problem of ...
Keyboard sources for ICC. User must have a "..\output" directory for building this project as is. Please see README.txt for more details. TV_Text module is default output for keyboard_test.c .
This object de-multiplexes a VEX receiver output, or "tethered' VEX transmitter output. It uses one Cog full-time to continuously de-multiplex the PPM pulse trains. Although written in Spin, the resulting ...
Simple debounced buttons for propeller projects. There is a single-shot press, a repeatable press, and timed press function. These are all foreground functions so no extra cogs needed and they ...
This is a slightly modified version of the keyboard driver included with the Propeller Tool. Rather than being passed the pin numbers of the clock and data pins the 1st ...
This is an RFID reader object, compatible with the tags sold by Parallax (EM4102) as well as the 125 kHz prox cards sold by HID Corporation. It requires no external ...