Skip to content

Commit d2dd8b9

Browse files
committed
Renamed addr to address.
1 parent 30b0375 commit d2dd8b9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/MCP23017.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#include "MCP23017.h"
22

3-
MCP23017::MCP23017(uint8_t addr) {
4-
_deviceAddr = addr;
3+
MCP23017::MCP23017(uint8_t address) {
4+
_deviceAddr = address;
55
}
66

77
MCP23017::~MCP23017() {}

0 commit comments

Comments
 (0)