refactor, comment and move speedometerTest
This commit is contained in:
@@ -121,6 +121,8 @@ class TestMode : public DriveModi {
|
||||
*/
|
||||
bool getBusy() const { return this->busy; }
|
||||
Maneuver getManeuver() const { return this->maneuver; }
|
||||
Speedometer* getSpeedometerLeft() { this->moveControl->getSpeedometerLeft(); }
|
||||
Speedometer* getSpeedometerRight() { this->moveControl->getSpeedometerRight(); }
|
||||
|
||||
private:
|
||||
bool engineInit(int16_t powerPercentage, int16_t seconds);
|
||||
|
||||
Reference in New Issue
Block a user