We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 017f92b commit ae94c56Copy full SHA for ae94c56
examples/GPIO/pinList/pinList.ino
@@ -40,7 +40,7 @@ void setup()
40
unsigned gpio2 = pins2[i]->getGpioNr();
41
unsigned bit1 = pins1[i]->getBitNr();
42
unsigned bit2 = pins2[i]->getBitNr();
43
- Serial.printf("%02d -> GPIO%u-%02u | GIPO%u-%02u -> %02d\n", pin1, gpio1, bit1, gpio2, bit2, pin2);
+ Serial.printf("%02d -> GPIO%u-%02u | GPIO%u-%02u -> %02d\n", pin1, gpio1, bit1, gpio2, bit2, pin2);
44
}
45
46
0 commit comments