Details |
Last modification |
View Log
| RSS feed
| Rev |
Author |
Line No. |
Line |
| 119 |
Kevin |
1 |
#ifndef __pin_interrupts_h
|
|
|
2 |
#define __pin_interrupts_h
|
|
|
3 |
|
|
|
4 |
void intx_init(void);
|
|
|
5 |
void int1_interrupt_handler(void);
|
|
|
6 |
|
|
|
7 |
void port_b_int_init(void);
|
|
|
8 |
void port_b_int_interrupt_handler(void);
|
|
|
9 |
|
|
|
10 |
#endif
|