Simple fish eat program
Dependencies: mbed mbed-rtos N5110 ShiftReg Tone
Diff: classes/Sound.h
- Revision:
- 3:8c9c9794bcf2
- Child:
- 12:20ac766b3175
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/classes/Sound.h Wed Mar 24 15:32:13 2021 +0000 @@ -0,0 +1,14 @@ +#ifndef SOUND_H +#define SOUND_H + +#include "Tone.h" + +class Sound { + +public: + + //defines main theme + void mainTheme(Tone &dac); +}; + +#endif \ No newline at end of file