Example
Servo::attach Method (int)
#include
<
Servo
.h>
Servo
myservo;
void
setup() { myservo.attach(9); }
void
loop() { }