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 b29670c commit 914165aCopy full SHA for 914165a
variants/arduino_nesso_n1/expander.cpp
@@ -53,7 +53,7 @@ void pinMode(ExpanderPin pin, uint8_t mode) {
53
}
54
writeBitRegister(pin.address, 0x3, pin.pin, mode == OUTPUT);
55
if (mode == OUTPUT) {
56
- // remove high impedence
+ // remove high impedance
57
writeBitRegister(pin.address, 0x7, pin.pin, false);
58
} else if (mode == INPUT_PULLUP) {
59
// set pull-up resistor
0 commit comments