some sounds

This commit is contained in:
2024-04-15 17:10:33 +02:00
parent 9674bc8ef5
commit 2711f5fb4b
6 changed files with 23 additions and 6 deletions

View File

@ -31,11 +31,6 @@ int main() {
__enable_interrupt();
playMelodyTetris();
schAdd(playTusch1, NULL, 5000, 0);
schAdd(mute, NULL, 10000, 0);
schAdd(unMute, NULL, 12000, 0);
while (1) {
schExec();
}