Subversion Repositories Code-Repo

Rev

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

Rev 260 Rev 270
Line 14... Line 14...
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(void);
18
void MCP23009_Init(void);
19
uint8_t MCP23009_Query(void);
19
void MCP23009_Query(BTN_STATUS *status);
20
 
20
 
21
#endif	/* MCP23009_H */
21
#endif	/* MCP23009_H */
22
 
22