Update configs for new servo deactivation
This commit is contained in:
parent
63715aba4f
commit
391386dd94
19 changed files with 202 additions and 119 deletions
|
|
@ -35,8 +35,8 @@
|
|||
|
||||
write() - Sets the servo angle in degrees. (invalid angle that is valid as pulse in microseconds is treated as microseconds)
|
||||
writeMicroseconds() - Sets the servo pulse width in microseconds
|
||||
move(pin, angel) - Sequence of attach(pin), write(angel),
|
||||
if DEACTIVATE_SERVOS_AFTER_MOVE is defined waits SERVO_DEACTIVATION_DELAY, than detaches.
|
||||
move(pin, angel) - Sequence of attach(pin), write(angel).
|
||||
With DEACTIVATE_SERVOS_AFTER_MOVE it waits SERVO_DEACTIVATION_DELAY and detaches.
|
||||
read() - Gets the last written servo pulse width as an angle between 0 and 180.
|
||||
readMicroseconds() - Gets the last written servo pulse width in microseconds. (was read_us() in first release)
|
||||
attached() - Returns true if there is a servo attached.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue