v 0.4
Dependents: MCP23S17Test MCP23S17_Basic_IO_Demo HelloWorld Lab3-SnakeGame ... more
Diff: MCP23S17.h
- Revision:
- 3:089a2a754567
- Parent:
- 2:6144709f1700
- Child:
- 4:d501c74550a0
--- a/MCP23S17.h Sat Aug 21 14:46:59 2010 +0000
+++ b/MCP23S17.h Sun Aug 22 12:05:06 2010 +0000
@@ -30,6 +30,7 @@
MCP23S17(SPI& spi, PinName ncs, char writeOpcode);
void directionA(char direction);
void directionB(char direction);
+ void intconA(char interruptsEnabledMask);
char inputA();
char inputB();
void outputA(char byte);
MCP23S17 I/O Expander