Skip to content

Instantly share code, notes, and snippets.

@Bryniac
Bryniac / Blue_Bird.ino
Created January 10, 2021 09:38
I have been learning Arduino for a few days so I tried modifying an existing project. This gist was based on https://gist.github.com/nicksort/4736535
const int d4s = 311;
const int e4 = 330;
const int f4s = 370;
const int g4s = 415;
const int a4 = 440;
const int b4 = 494;
const int c5s = 523;
const int buzzerPin = 4;
const int ledPinB = 12;