implement AFServoMotor
This commit is contained in:
+1
-1
@@ -12,7 +12,7 @@ public:
|
||||
const float maxSafeAngle
|
||||
) noexcept;
|
||||
|
||||
virtual bool moveTo(float target) noexcept;
|
||||
virtual bool moveTo(const float target) noexcept;
|
||||
virtual float getPosition() const noexcept;
|
||||
|
||||
float getGearboxRatio() const noexcept;
|
||||
|
||||
Reference in New Issue
Block a user