Stepper-Motor-Control
v3.0.0
System on a Chip 2014 - Group 04
|
Header file for keysIRQhandler.c. More...
#include <sys/alt_irq.h>
#include "includes.h"
#include "auxilaryFunctions.h"
#include "hardwareAccess.h"
#include "events.h"
#include "debugAndErrorOutput.h"
Go to the source code of this file.
Functions | |
void | keysIRQhandler (void *context) |
IRQ-Handler for key-input. More... | |
Header file for keysIRQhandler.c.
v0.1.0 21.10.2014 Riedel & Kossmann
v0.1.1 27.10.2014 Riedel
v0.1.2 29.10.2014 Kossmann
v1.0.0 30.10.2014 Kossmann
Definition in file keysIRQhandler.h.
void keysIRQhandler | ( | void * | context | ) |
IRQ-Handler for key-input.
sets an event, when key is pressed
context | : pointer to context variable (not used) |
none |
Definition at line 29 of file keysIRQhandler.c.