Archived
1
0

rename readPinCount_SHORT to readPinCountShort

This commit is contained in:
wolfv6 2016-09-03 13:40:09 -06:00
parent a4cc38d99a
commit 0a1fd9772f

View File

@ -1,7 +1,6 @@
#include "PortRead_MCP23S17.h"
/*
PortRead_MCP23S17::begin() is not needed because port direction is already configured to input by default.
SPI bus is configured in PortWrite_MCP23S17::begin().
*/
void PortRead_MCP23S17::begin(const uint8_t strobeOn)