2024-04-10 14:10:49 +02:00
|
|
|
#ifndef _MELODY_TETRIS_H_
|
|
|
|
#define _MELODY_TETRIS_H_
|
|
|
|
|
|
|
|
|
|
|
|
void playMelodyTetris();
|
2024-04-15 17:10:33 +02:00
|
|
|
void stopMelodyTetris();
|
2024-04-23 12:45:39 +02:00
|
|
|
void playMelodyTetrisFaster();
|
2024-05-21 12:31:55 +02:00
|
|
|
void playMelodyTetrisAmplitude(uint8_t a);
|
2024-04-10 14:10:49 +02:00
|
|
|
|
|
|
|
#endif // _MELODY_TETRIS_H_
|