Skip to content

Instantly share code, notes, and snippets.

@jestin
jestin / gist:118ea8fec7dfeed91767
Created November 21, 2015 05:05
Sample Arduino code that can be used to calibrate a servo
// 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>