Subversion Repositories Code-Repo

Rev

Rev 119 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 119 Rev 156
Line 1... Line 1...
1
#ifndef __pin_interrupts_h
1
#ifndef PIN_INTERRUPTS_H
2
#define __pin_interrupts_h
2
#define PIN_INTERRUPTS_H
3
 
3
 
4
void intx_init(void);
4
void intx_init(void);
5
void int1_interrupt_handler(void);
5
void int1_interrupt_handler(void);
6
 
6
 
7
void port_b_int_init(void);
7
void port_b_int_init(void);