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
The comment claimed that 0 was returned by `Servo::attach` on failure. This is incorrect. The return value is the channel number, which is 0 for the `Servo` object that is instantiated first.
Instead, `INVALID_SERVO` (defined as 255) is returned on failure.
0 commit comments