1
0
Fork 0

Converted goodbye to notes, fixed eighth dotted note macro

This commit is contained in:
IBNobody 2016-04-17 14:16:03 -05:00
parent 3103ea542f
commit 23231fa577
5 changed files with 15 additions and 11 deletions

View file

@ -3,6 +3,7 @@
#include <avr/io.h>
#include <util/delay.h>
#include "musical_notes.h"
#include "song_list.h"
#ifndef AUDIO_H
#define AUDIO_H