Forked from romilly. Changed the way SPI handler is injected in constructor
Fork of MCP23S17 by
Diff: MCP23S17.cpp
- Revision:
- 6:7b5e59c0e71c
- Parent:
- 4:d501c74550a0
- Child:
- 7:53498e24592c
--- a/MCP23S17.cpp Sun Aug 22 12:16:27 2010 +0000 +++ b/MCP23S17.cpp Sun Aug 22 12:41:26 2010 +0000 @@ -62,4 +62,3 @@ char MCP23S17::inputB() { return _read(GPIOB); } -