Comment fix.
This commit is contained in:
parent
683cf40342
commit
0bd5fb70b5
1 changed files with 1 additions and 1 deletions
|
|
@ -43,7 +43,7 @@ const char *passwords[] = {
|
||||||
};
|
};
|
||||||
|
|
||||||
void setup() {
|
void setup() {
|
||||||
// Set button pin to HIGH.
|
// Set button pin to be INPUT.
|
||||||
pinMode(BUTTON_PIN, INPUT);
|
pinMode(BUTTON_PIN, INPUT);
|
||||||
// Set BUTTON_PIN pin to HIGH because the button is connected
|
// Set BUTTON_PIN pin to HIGH because the button is connected
|
||||||
// to GND when pressed and will go LOW
|
// to GND when pressed and will go LOW
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue