add vorgabe04
This commit is contained in:
18
c_os/user/KeyIRQDemo.cc
Normal file
18
c_os/user/KeyIRQDemo.cc
Normal file
@ -0,0 +1,18 @@
|
||||
/*****************************************************************************
|
||||
* *
|
||||
* K E Y I R Q D E M O *
|
||||
* *
|
||||
*---------------------------------------------------------------------------*
|
||||
* Beschreibung: Demo zu Interrupts. *
|
||||
* *
|
||||
* Autor: Michael Schoettner, HHU, 26.10.2018 *
|
||||
*****************************************************************************/
|
||||
|
||||
#include "kernel/Globals.h"
|
||||
|
||||
|
||||
void key_irq_demo() {
|
||||
|
||||
/* Hier muss Code eingefuegt werden */
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user