androidthings / contrib-drivers

Open source peripheral drivers
Apache License 2.0
560 stars 174 forks source link

cap1xxx - add support to specify alternate i2c address (#111) #114

Closed Gadgetoid closed 5 years ago

Gadgetoid commented 5 years ago

The cap1xxx range support multiple i2c addresses which are used across our various boards- GFX HAT, Display-o-tron HAT, Drum HAT, Piano HAT, etc- this patch adds support for specifying an i2c address

See https://github.com/androidthings/contrib-drivers/issues/111 for details.

Gadgetoid commented 5 years ago

I believe all requested changes are made @devunwired