Master Thesis  V1.0
Research and Design of Sensor Node for NMSD Treatment
interrupt.h
Go to the documentation of this file.
1 
2 /***************************************************************************/
9 /*
10  * interrupt.h
11  *
12  * Created on: Nov 13, 2019
13  * Author: jonac
14  */
15 
16 #ifndef INTERRUPT_INTERRUPT_H_
17 #define INTERRUPT_INTERRUPT_H_
18 
19 
20 void initGPIO_interrupt(void);
21 
22 
23 
24 
25 
26 #endif /* INTERRUPT_INTERRUPT_H_ */
initGPIO_interrupt
void initGPIO_interrupt(void)
GPIO interrupt initialization.
Definition: interrupt.c:42