Object AsyncServoRotator.Companion
-
- All Implemented Interfaces:
public class AsyncServoRotator.Companion
-
-
Field Summary
Fields Modifier and Type Field Description public final static AsyncServoRotator.CompanionINSTANCE
-
Method Summary
Modifier and Type Method Description final AsyncServoRotatorasyncRotator(ServoDevice $self, IntRange servoRange, IntRange physicalRange)Create an AsyncServoRotator for this ServoDevice with the given physical and servo ranges. -
-
Method Detail
-
asyncRotator
final AsyncServoRotator asyncRotator(ServoDevice $self, IntRange servoRange, IntRange physicalRange)
Create an AsyncServoRotator for this ServoDevice with the given physical and servo ranges. It will default to the trim range of the servo if not specified.
-
-
-
-