jbienzms / iot-devices

Helper library for interfacing with devices in IoT projects.
45 stars 17 forks source link

Allow PCA9685 address to be specified #3

Closed mjmeans closed 8 years ago

mjmeans commented 8 years ago

Both https://www.adafruit.com/products/2327 and https://www.adafruit.com/ product/2348 have address pins allowing multiple PWMs in a single system. This change allows selecting the I2C address.

mjmeans commented 8 years ago

I have a much better fix that is more in line with the standard way to access a Pwm. I'll post the update soon.