Skip to content

Instantly share code, notes, and snippets.

#include <Servo.h>
//Declare servos
Servo servo1;
Servo servo2;\
//Declare pin references & other constants
int servo1Pin = 9;
int servo2Pin = 10;
int ledPin = 8;