Search found 2 matches

by CrankshawNZ
Wed Apr 12, 2017 11:57 am
Forum: Drivers for External Components
Topic: MCP23008 I2C Driver
Replies: 9
Views: 10071

Re: MCP23008 I2C Driver

This one is for general purpose usage yes but I can already see how to make things a bit simpler from your lcd module thanks :) I'll be using this to read switch states when some more parts arrive. For now it's still in blink an LED territory. Do you have an example of an existing general purpose on...
by CrankshawNZ
Tue Apr 11, 2017 10:25 am
Forum: Drivers for External Components
Topic: MCP23008 I2C Driver
Replies: 9
Views: 10071

Re: MCP23008 I2C Driver

I needed this as well for a project myself so I've started a module as per below github link. I'm a bit new to all this so please speak up if you have (constructive) criticism. All the registers are exposed as properties. I've started adding convenience methods as I need them, but havn't done many a...