mirror of
https://github.com/okalachev/flix.git
synced 2026-01-11 13:36:43 +00:00
Fix simulator build
This commit is contained in:
@@ -36,7 +36,7 @@ void controlTorque();
|
|||||||
const char* getModeName();
|
const char* getModeName();
|
||||||
void sendMotors();
|
void sendMotors();
|
||||||
bool motorsActive();
|
bool motorsActive();
|
||||||
void testMotor(uint8_t n);
|
void testMotor(int n);
|
||||||
void print(const char* format, ...);
|
void print(const char* format, ...);
|
||||||
void pause(float duration);
|
void pause(float duration);
|
||||||
void doCommand(String str, bool echo);
|
void doCommand(String str, bool echo);
|
||||||
|
|||||||
Reference in New Issue
Block a user