Skip to content

Instantly share code, notes, and snippets.

@GreyBurkart
GreyBurkart / xyservostick.ino
Created March 30, 2014 01:12
Module code for Arduino - XY Joystick to Control XY Servos
// Adapted by gmb, given freely as-is, without any guarantees
#include <Servo.h>
Servo xservo;
Servo yservo;
int xPin = A0;
int yPin = A1;
//int ledPin = 13;