ClosedCube_HDC1080_Arduino icon indicating copy to clipboard operation
ClosedCube_HDC1080_Arduino copied to clipboard

Wire.begin() should not be used within a library

Open michapr opened this issue 5 years ago • 3 comments

A redefinition of pins is not possible, using two I2C interfaces in ESP32 also not.

Possible multiple Wire.begin() should not be in a sketch, right?

Same issue was solved here for CCS811: https://github.com/sparkfun/SparkFun_CCS811_Arduino_Library/issues/13

michapr avatar May 27 '19 17:05 michapr