11 lines
207 B
C
11 lines
207 B
C
#ifndef _MELODY_TETRIS_H_
|
|
#define _MELODY_TETRIS_H_
|
|
|
|
|
|
void playMelodyTetris();
|
|
void stopMelodyTetris();
|
|
void playMelodyTetrisFaster();
|
|
void playMelodyTetrisAmplitude(uint8_t a);
|
|
|
|
#endif // _MELODY_TETRIS_H_
|