1

Vorgabe01 Aufgabe01

This commit is contained in:
churl
2022-04-16 14:46:02 +02:00
parent d106ef85fa
commit 702eb9cbbd
20 changed files with 1813 additions and 0 deletions

17
user/SoundDemo.cc Executable file
View 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 */
}