Subversion Repositories Code-Repo

Rev

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

Rev 270 Rev 273
Line 13... Line 13...
13
#define MCP23009_INTFA      0x07
13
#define MCP23009_INTFA      0x07
14
#define MCP23009_INTCAPA    0x08
14
#define MCP23009_INTCAPA    0x08
15
#define MCP23009_GPIOA      0x09
15
#define MCP23009_GPIOA      0x09
16
#define MCP23009_OLATA      0x0A
16
#define MCP23009_OLATA      0x0A
17
 
17
 
-
 
18
void MCP23009_Init(BTN_STATUS *status);
18
void MCP23009_Init(void);
19
void MCP23009_Query(void);
19
void MCP23009_Query(BTN_STATUS *status);
20
void MSP23009_Interrupt(void);
20
 
21
 
21
#endif	/* MCP23009_H */
22
#endif	/* MCP23009_H */
22
 
23