This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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; |