final code

This commit is contained in:
Kilian DECLERCQ 2022-04-07 12:07:54 +02:00
parent f9200d7635
commit e5d7f56511
1 changed files with 1 additions and 1 deletions

View File

@ -18,6 +18,6 @@ void loop()
Serial.print(gyro.getAngleY() );
Serial.print(" Z:");
Serial.println(gyro.getAngleZ() );
delay(10);
}