Skip to content

Instantly share code, notes, and snippets.

View KaiaKitten's full-sized avatar

Kaia Parks KaiaKitten

View GitHub Profile
const int LED=9;
const int BUTTON1=2;
const int BUTTON2=3;
const String CODE = "ABAB";
String rec = "";
String lastRec = "";
boolean lastButton1 = LOW;
boolean currentButton1 = LOW;