We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30b0375 commit d2dd8b9Copy full SHA for d2dd8b9
src/MCP23017.cpp
@@ -1,7 +1,7 @@
1
#include "MCP23017.h"
2
3
-MCP23017::MCP23017(uint8_t addr) {
4
- _deviceAddr = addr;
+MCP23017::MCP23017(uint8_t address) {
+ _deviceAddr = address;
5
}
6
7
MCP23017::~MCP23017() {}
0 commit comments