put testmode into operation
This commit is contained in:
@@ -30,13 +30,21 @@ class TestMode : public DriveModi {
|
||||
bool rightEngine(int16_t powerPercentage, int16_t seconds);
|
||||
bool bothEngine(int16_t powerPercentage, int16_t seconds);
|
||||
|
||||
void abortManeuver();
|
||||
|
||||
uint8_t getRemainingManeuverTime();
|
||||
bool getBusy() const { return this->busy; }
|
||||
|
||||
private:
|
||||
bool engineInit(int16_t powerPercentage, int16_t seconds);
|
||||
|
||||
MoveControl *moveControl;
|
||||
|
||||
double speed = 0;
|
||||
double rotationSpeed = 0;
|
||||
|
||||
bool busy = false;
|
||||
bool abort = false;
|
||||
|
||||
uint8_t delay = 10;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user