Hello,
I’m using an arduino uno GT016 with an accelerometer
Using the link above which gives the wiring connections and the arduino code as well, but
when I follow the instructions and do the same, the “if condition” in the code runs where they have the mma.begin(), so I think its a problem with the accelerometer not working.
Are there any other solutions or am I not doing things right?
if (! mma.begin()) {
Serial.println("Couldnt start");
while (1);
}```