1
Files
lecture-operating-system-de…/c_os/user/KeyIRQDemo.h
2022-05-14 16:57:56 +02:00

17 lines
807 B
C
Executable File

/*****************************************************************************
* *
* 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