add vorgabe04
This commit is contained in:
16
c_os/user/KeyIRQDemo.h
Normal file
16
c_os/user/KeyIRQDemo.h
Normal file
@ -0,0 +1,16 @@
|
||||
/*****************************************************************************
|
||||
* *
|
||||
* K E Y I R Q D E M O *
|
||||
* *
|
||||
*---------------------------------------------------------------------------*
|
||||
* Beschreibung: Demo zu Interrupts. *
|
||||
* *
|
||||
* Autor: Michael Schoettner, HHU, 26.10.2018 *
|
||||
*****************************************************************************/
|
||||
|
||||
#ifndef __KeyIRQDemo_include__
|
||||
#define __KeyIRQDemo_include__
|
||||
|
||||
void key_irq_demo();
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user