Show imu data in cli

This commit is contained in:
Oleg Kalachev
2023-05-24 11:05:11 +03:00
parent 34fd303027
commit 17edd0ee00
2 changed files with 3 additions and 1 deletions

View File

@@ -45,4 +45,4 @@ void setLED(bool on) {};
void calibrateGyro() {};
void fullMotorTest(int n) {};
void sendMotors() {};
void printIMUCal() { Serial.print("N/A"); };
void printIMUCal() { Serial.print("cal: N/A\n"); };