added dutyCycle to menuManualControl
This commit is contained in:
@@ -76,6 +76,9 @@ class ManualControl : public DriveModi {
|
||||
void decreaseMaxRotation(double increase = 0.1) { max_rotation -= increase; }
|
||||
double getMaxRotation() { return this->max_rotation; }
|
||||
|
||||
uint16_t getDutycycleLeft() const { return this->moveControl->getDutycycleLeft(); }
|
||||
uint16_t getDutycycleRight() const { return this->moveControl->getDutycycleRight(); }
|
||||
|
||||
protected:
|
||||
MoveControl *moveControl;
|
||||
const ControlPadInput* input;
|
||||
|
||||
Reference in New Issue
Block a user