Skip to content

Instantly share code, notes, and snippets.

@3Dsketcha
3Dsketcha / gist:30bc05b60bd94d2d6cb17ba96dc99ca8
Created July 14, 2018 07:46
iPad Autoclicker - with Arduino
#include <Servo.h>
Servo myservo_green; // create servo object to control a servo
Servo myservo_red;
Servo myservo_yellow;
Servo myservo_blue;
// twelve servo objects can be created on most boards
int pos = 0; // variable to store the servo position