This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // zoomkat 12-13-11 serial servo (2) test | |
| // for writeMicroseconds, use a value like 1500 | |
| // for IDE 1.0 | |
| // Powering a servo from the arduino usually DOES NOT WORK. | |
| // two servo setup with two servo commands | |
| // send eight character string like 15001500 or 14501550 | |
| // use serial monitor to test | |
| #include <Servo.h> |