Sonsivri

Electronics => Projects => Topic started by: microchip on February 18, 2015, 10:02:08 22:02



Title: Propeller IO access object
Post by: microchip on February 18, 2015, 10:02:08 22:02
Hi everyone,

I made a little object that lets you transparently access both the Prop's internal IO pins, and IO pins connected through an I2C expander by simply numbering the pins higher (Pin 32 becomes the first pin on the first connected IO expander). I currently have support for the MCP23017, with PCA9555 support coming soon.

It's available on github here: https://github.com/ve4edj/propeller-io

Comments and criticism welcomed.

Erik