initial reformat, still has misformats
This commit is contained in:
@ -11,9 +11,8 @@
|
||||
#include "kernel/Globals.h"
|
||||
|
||||
void sound_demo() {
|
||||
|
||||
|
||||
/* Hier muess Code eingefuegt werden */
|
||||
pcspk.tetris();
|
||||
// pcspk.play(440, 1000);
|
||||
|
||||
}
|
||||
|
||||
@ -11,6 +11,6 @@
|
||||
#ifndef __SoundDemo_include__
|
||||
#define __SondDemo_include__
|
||||
|
||||
void sound_demo();
|
||||
void sound_demo();
|
||||
|
||||
#endif
|
||||
|
||||
@ -10,11 +10,11 @@
|
||||
|
||||
#include "kernel/Globals.h"
|
||||
|
||||
|
||||
void text_demo() {
|
||||
|
||||
/* Hier muess Code eingefuegt werden */
|
||||
kout << "Test der Zahlenausgabefunktion:" << endl << endl;
|
||||
kout << "Test der Zahlenausgabefunktion:" << endl;
|
||||
kout << endl;
|
||||
kout << "| dec | hex | bin |" << endl;
|
||||
kout << "+-------+-------+-------+" << endl;
|
||||
|
||||
|
||||
@ -11,6 +11,6 @@
|
||||
#ifndef __TextDemo_include__
|
||||
#define __TextDemo_include__
|
||||
|
||||
void text_demo();
|
||||
void text_demo();
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user