Reference.ServoAttached History
Hide minor edits - Show changes to markup
September 07, 2008, at 03:36 AM
by David A. Mellis -
Added lines 1-24:
Servo
attached()
Description
Check whether the Servo variable is attached to a pin.
Syntax
servo.attached()
Parameters
servo: a variable of type Servo
Returns
true if the servo is attached to pin; false otherwise.
See also