You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/api.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -120,7 +120,7 @@ void loop() {}
120
120
121
121
Read the current setpoint of the servo (the angle passed to the last call to [write()](#write)).
122
122
123
-
Note that the servo has no way of reporting its current physical orientation. This method returns the angle that has been requested to the servo, whether this angle has already been reached or not.
123
+
Note that the servo has no way of reporting its current physical orientation. This method returns the angle to which the sketch program has requested the servo to move, regardless of whether the servo has already reached that angle.
0 commit comments