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 ...
Written in Propeller Assembly uses a 'cordic' routine to convert x and y tilt information into polar coordinates. Output is RAW data, but can easily be resolved into acceleration (ro) ...
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 ...
An object and a test program to read a Nintendo NES or SuperNES controller. One method returns the status of the buttons. Auto detects type of controller. Another method checks ...
Implements some of the ideas in Andy Lindsay's IR Remote for the Boe Bot in propeller spin. Decodes five bits from a Sony IR TV remote and provides for displaying ...
An object for communicating with MaxStream's XBee transcievers in both transparent (AT) and API mode. API mode involves packetized data with information such as sender's addy and RSSI levels. Example ...
RCTIME - Measuring the RC time constant is a common method used to convert analog signals into digital signals. It is used to read a fixed or variable resistance, such ...