mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-29 02:21:44 +00:00
[wpilib] Document range of Servo angle (NFC) (#3796)
This commit is contained in:
@@ -55,8 +55,8 @@ class Servo : public PWM {
|
||||
/**
|
||||
* Set the servo angle.
|
||||
*
|
||||
* Assume that the servo angle is linear with respect to the PWM value (big
|
||||
* assumption, need to test).
|
||||
* The angles are based on the HS-322HD Servo, and have a range of 0 to 180
|
||||
* degrees.
|
||||
*
|
||||
* Servo angles that are out of the supported range of the servo simply
|
||||
* "saturate" in that direction. In other words, if the servo has a range of
|
||||
|
||||
Reference in New Issue
Block a user