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 SDA and SCL-pins on a Arduino is more or less hardcoded, but on a ESP8266 these pins could be any of the available IO-pins. This PR enables to specify which pins should be used, e.g.
accel.begin(ADXL345_DEFAULT_ADDRESS, 5, 6); // 5=SDA, 6=SCL.
The text was updated successfully, but these errors were encountered:
The SDA and SCL-pins on a Arduino is more or less hardcoded, but on a ESP8266 these pins could be any of the available IO-pins. This PR enables to specify which pins should be used, e.g.
accel.begin(ADXL345_DEFAULT_ADDRESS, 5, 6); // 5=SDA, 6=SCL.
The text was updated successfully, but these errors were encountered: