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
| #define NOTE_C5 261.6 | |
| #define NOTE_D5 587 | |
| #define NOTE_E5 659 | |
| #define NOTE_F5 349.2 | |
| #define NOTE_G5 784 | |
| #define REST 0 | |
| const int SPEAKER_PIN = 25; // ต่อลำโพง | |
| const int BUTTON_PIN = 14; // ต่อปุ่มกด |