1

remove old sound demo

This commit is contained in:
2022-07-11 18:17:32 +02:00
parent 5170be00aa
commit f50978cf35
2 changed files with 0 additions and 34 deletions

View File

@ -1,18 +0,0 @@
/*****************************************************************************
* *
* S O U N D D E M O *
* *
*---------------------------------------------------------------------------*
* Beschreibung: Test für den PC-Lautsprecher-Treiber. *
* *
* Autor: Michael Schoettner, HHU, 26.10.2018 *
*****************************************************************************/
#include "kernel/Globals.h"
void sound_demo() {
/* Hier muess Code eingefuegt werden */
pcspk.tetris();
// pcspk.play(440, 1000);
}

View File

@ -1,16 +0,0 @@
/*****************************************************************************
* *
* S O U N D D E M O *
* *
*---------------------------------------------------------------------------*
* Beschreibung: Test für den PC-Lautsprecher-Treiber. *
* *
* Autor: Michael Schoettner, HHU, 26.10.2018 *
*****************************************************************************/
#ifndef __SoundDemo_include__
#define __SondDemo_include__
void sound_demo();
#endif