Added extra songs, LED indicator notes
This commit is contained in:
parent
23231fa577
commit
5c98ad5960
12 changed files with 345 additions and 193 deletions
|
@ -44,5 +44,7 @@ void decrease_tempo(uint8_t tempo_change);
|
|||
#define NOTE_ARRAY_SIZE(x) ((int)(sizeof(x) / (sizeof(x[0]))))
|
||||
#define PLAY_NOTE_ARRAY(note_array, note_repeat, note_rest_style) play_notes(¬e_array, NOTE_ARRAY_SIZE((note_array)), (note_repeat), (note_rest_style));
|
||||
|
||||
void play_goodbye_tone(void);
|
||||
void play_startup_tone(void);
|
||||
|
||||
#endif
|
Loading…
Add table
Add a link
Reference in a new issue