Skip to content

Instantly share code, notes, and snippets.

View Scratch-is-better's full-sized avatar
🤒
Out sick

e Scratch-is-better

🤒
Out sick
View GitHub Profile
void setup() {
// put your setup code here, to run once:
Serial.begin(9600);
pinMode(A4, INPUT);
pinMode(8, OUTPUT);
pinMode(9, OUTPUT);
pinMode(10, OUTPUT);
pinMode(11, OUTPUT);
pinMode(5, OUTPUT);
pinMode(6, OUTPUT);