implement AFServoMotor

This commit is contained in:
Leonetienne
2025-12-14 15:02:55 +01:00
parent a1c1cf0c40
commit d339f5b297
5 changed files with 203 additions and 1 deletions
+1 -1
View File
@@ -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;