19 lines
860 B
C++
Executable File
19 lines
860 B
C++
Executable File
/*****************************************************************************
|
|
* *
|
|
* 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);
|
|
}
|