This SPI-Spin demonstration uses the DS1620 temperature sensor via a serial connection to your PC to demonstrate how to use the SHIFTIN and SHIFTOUT functions of the SPI object.
This SPI-Assembly demonstration uses the DS1620 temperature sensor via a serial connection to your PC to demonstrate how to use the SHIFTIN and SHIFTOUT functions of the SPI object.
This is an object which encodes 16-bit stereo 44.1/48 KHz audio into an SPDIF signal. SPDIF is the protocol used by TOSLINK (optical) and Coax digital audio inputs on most ...
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 ...
Bit-bang serial driver for low baud rate (~19.2K) devices. * This driver is designed to be method-compatible with the FullDuplex serial object, allowing it to be used when high ...
A FullDuplexSerial enhancement that allows a single serial connection to be used from within multiple spin files. Primarily aimed as a debugging aid, this file also illustrates how to use ...
A serial port 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 commented.