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