A 1-wire bus interface, compatible with Cam Thompson's excellent module, but written entirely in Spin. Does not require an extra cog. Requires an 80 MHz clock.
For Amateur Radio enthusiasts working with Microwaves and GPS stabilized oscillators I produced two chips for 3Dfix detection and display of other GPS parameters. The first thing I did when ...
Easily control several 74HC595 shift registers in series. Now includes a variation which leaves out the PWM feature and instead supports up to 100 chips! Still also includes the multi-PWM ...
This code uses a bitmasking technique to set output states which are serially transmitted to a 74HC595 parallel output shift register. Bitmasking allows reassignment of physical pin functions by alteringbitmask ...
This driver allows you to connect up to sixteen 8255 Programmable Peripheral Interface chips together on a shared bus. Each 8255 has 24 configurable bidirectional io pins so for applications ...
This series of objects is used to communicate with the ADC 0838 vis a serial interface. After one channel is read by the ADC, then the Propeller, it is sent ...
This driver is for running a daisy chain of Allegro MircoSystems A6281. Th A6281 IC is a three channel, 10-bits per channel LED driver. The Brilldea PolkaDOT product series uses ...
This is a simple Spin I2C driver intended mostly for accessing I2C serial EEPROMs like the boot EEPROM. There are low level routines included that can be used to access ...