| Libraries | |
ServoThe Wiring servo motor library allows for easily manipulating a standard servo motor connected to a pin. A Servo motor is a special kind of motor. it has an output shaft that can be positioned to specific angular positions by sending the servo a coded signal. As long as the coded signal exists on the input line, the servo will maintain the angular position of the shaft. As the coded signal changes, the angular position of the shaft changes. Because of this they are commonly used in remote airplane control, robotics and tasks requiring precision. Up to 24 servos can be working at a time. |
|
Servo attach() read() write() attached() detach() readMicroseconds() writeMicroseconds() |