1

move folder

This commit is contained in:
churl
2022-04-16 14:50:17 +02:00
parent 87e482bc7c
commit 4ec2beeda2
25 changed files with 319 additions and 0 deletions

16
c_os/user/SoundDemo.h Executable file
View 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