mirror of
https://github.com/okalachev/flix.git
synced 2025-08-17 09:06:11 +00:00
Transfer fullMotorTest function to motors.ino
This commit is contained in:
@@ -45,6 +45,6 @@ void cliTestMotor(uint8_t n);
|
||||
void setLED(bool on) {};
|
||||
void calibrateGyro() { printf("Skip gyro calibrating\n"); };
|
||||
void calibrateAccel() { printf("Skip accel calibrating\n"); };
|
||||
void fullMotorTest(int n) {};
|
||||
void fullMotorTest(int n, bool reverse) { printf("Skip full motor test\n"); };
|
||||
void sendMotors() {};
|
||||
void printIMUCal() { printf("cal: N/A\n"); };
|
||||
|
Reference in New Issue
Block a user