added dutyCycle to menuManualControl
This commit is contained in:
@@ -154,6 +154,9 @@ class MoveControl {
|
||||
*/
|
||||
Speedometer* getSpeedometerRight() const { return this->right_speedometer; }
|
||||
|
||||
uint16_t getDutycycleLeft() const { return this->left_motor->getDutycycle(); }
|
||||
uint16_t getDutycycleRight() const { return this->right_motor->getDutycycle(); }
|
||||
|
||||
/**
|
||||
* @brief Set the min delay between each loop
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user