Vorgabe01 Aufgabe01
This commit is contained in:
17
user/SoundDemo.cc
Executable file
17
user/SoundDemo.cc
Executable file
@ -0,0 +1,17 @@
|
||||
/*****************************************************************************
|
||||
* *
|
||||
* 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 */
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user