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
Everytimes, I defined the I2C pins with Wire.begin(6,7); and the result was the same. Serial Monitor stay blank, and yes speedrate is set adequately.
My guess is a communication problem with I2C pins within library.
The text was updated successfully, but these errors were encountered:
ADXL345 from keyestudio.
The code from the wiki work fine on Arduino UNO, but not with the M5Stamp. So the sensor is working.
I tried the example from :
Everytimes, I defined the I2C pins with
Wire.begin(6,7);
and the result was the same. Serial Monitor stay blank, and yes speedrate is set adequately.My guess is a communication problem with I2C pins within library.
The text was updated successfully, but these errors were encountered: