greenhouse
|
Functions | |
void | play () |
void | stop () |
bool | is_playing () |
bool Jukebox::is_playing | ( | ) |
Definition at line 137 of file jukebox.cpp.
References isPlaying.
Referenced by _button_handler().
void Jukebox::play | ( | ) |
Definition at line 97 of file jukebox.cpp.
References buzzer(), duration, isPlaying, notes, and stop().
Referenced by _button_handler().
void Jukebox::stop | ( | ) |
Definition at line 132 of file jukebox.cpp.
References buzzer(), and isPlaying.
Referenced by _button_handler(), and play().