Skip to content

Instantly share code, notes, and snippets.

View gizburdt's full-sized avatar

Gijs Jorissen gizburdt

View GitHub Profile
#include <Servo.h>
Servo doorServo;
Servo fingerServo;
int switchPin = 3;
int doorServoPin = 2;
int fingerServoPin = 11;
int selectedMove = 0;