Skip to content

Instantly share code, notes, and snippets.

View DaveGraff's full-sized avatar

David Graff DaveGraff

View GitHub Profile
@DaveGraff
DaveGraff / Fridge_Protector.ino
Created March 3, 2018 19:54
Arduino code for Cooler Buddy
v#include <Servo.h>
int l = 0;
int light1 = 11;
int light2 = 10;
int light3 = 9;
int light4 = 8;
int light5 = 7;
int button1 = 2;
int button2 = 3;