Reference.ServoAttached History
Hide minor edits - Show changes to markup
June 03, 2010, at 04:44 AM
by Equipo Traduccion -
Changed lines 5-10 from:
Description
Check whether the Servo variable is attached to a pin.
Syntax
to:
Descripción
Comprueba si la variable Servo está asociada a un pin.
Sintaxis
Changed lines 13-22 from:
Parameters
servo: a variable of type Servo
Returns
true if the servo is attached to pin; false otherwise.
See also
to:
Parámetros
servo: una variable de tipo Servo
Devuelve
true (verdadero) si el servo está asociado al pin; false (falso) en otro caso.
Mira también
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