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 4855f22 commit fa12494Copy full SHA for fa12494
examples/adafruitio_06_digital_in/adafruitio_06_digital_in.ino
@@ -32,7 +32,7 @@ AdafruitIO_Feed *digital = io.feed("digital");
32
void setup() {
33
34
// set button pin as an input
35
- pinMode(BUTTON_PIN, INPUT_PULLUP);
+ pinMode(BUTTON_PIN, INPUT);
36
37
// start the serial connection
38
Serial.begin(115200);
0 commit comments