You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Wire.begin() call is bad because it resets the bus. It should only be called by the upper instance. If the user defined other pins for I2C these pins get lost.
SparkFun_CCS811_Arduino_Library/src/SparkFunCCS811.cpp
Line 51 in 0a7c7fe
The
Wire.begin()
call is bad because it resets the bus. It should only be called by the upper instance. If the user defined other pins for I2C these pins get lost.See here: esp8266/Arduino#2607
The text was updated successfully, but these errors were encountered: