adafruit/Adafruit-PWM-Servo-Driver-Library

i2c pin

ramarro123 opened this issue · 1 comments

hi,

can i suggest to add i2c pins to begin constructor? in that way, non standard controller are able to use the library without need to modify it.

some esp8266 are limited and have to reuse pins for i2c, so using Wire.begin(x,y) can be quite useful.