final code
This commit is contained in:
parent
f9200d7635
commit
e5d7f56511
|
|
@ -18,6 +18,6 @@ void loop()
|
||||||
Serial.print(gyro.getAngleY() );
|
Serial.print(gyro.getAngleY() );
|
||||||
Serial.print(" Z:");
|
Serial.print(" Z:");
|
||||||
Serial.println(gyro.getAngleZ() );
|
Serial.println(gyro.getAngleZ() );
|
||||||
|
|
||||||
delay(10);
|
delay(10);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue