Serial Musical Organ
1.0
Buzzer controller and musical organ
Loading...
Searching...
No Matches
src
includes
pre_defined_songs.h
Go to the documentation of this file.
1
36
#ifndef PRE_DEFINED_SONGS_H
37
#define PRE_DEFINED_SONGS_H
38
68
void
play_twinkle_little_star
();
69
136
void
play_imperial_march
();
137
150
/* void play_happy_birthday(void); */
151
158
/* void play_jingle_bells(void); */
159
166
/* void play_fur_elise(void); */
167
174
/* void play_tetris_theme(void); */
175
182
/* void play_mario_theme(void); */
183
193
/* void stop_current_song(void); */
194
195
#endif
/* PRE_DEFINED_SONGS_H */
play_imperial_march
void play_imperial_march()
Plays "Imperial March" (Darth Vader's Theme) from Star Wars.
play_twinkle_little_star
void play_twinkle_little_star()
Plays "Twinkle Twinkle Little Star" melody.
Definition
pre_defined_songs.c:82
Generated by
1.9.8