From 0a1fd9772fc75246881525141a9353db1e6c4203 Mon Sep 17 00:00:00 2001 From: wolfv6 Date: Sat, 3 Sep 2016 13:40:09 -0600 Subject: [PATCH] rename readPinCount_SHORT to readPinCountShort --- src/PortRead_MCP23S17.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/PortRead_MCP23S17.cpp b/src/PortRead_MCP23S17.cpp index 5a3d004..a4e65fc 100644 --- a/src/PortRead_MCP23S17.cpp +++ b/src/PortRead_MCP23S17.cpp @@ -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)