Last fixes

This commit is contained in:
Marc-Antoine Lafreniere
2019-04-10 01:06:24 -04:00
parent a12c9fe083
commit e1e0ca6fa4
2 changed files with 33 additions and 6 deletions

View File

@@ -18,5 +18,6 @@ void HomingAxis(uint8_t id, int speed);
uint8_t getIdFromChar(char letter);
bool isInRange(int curPos, int goal);
void resetMovingVariables();
void changeMode(uint8_t id);
#endif