Code: Select all
buttonState = digitalRead(boot_button);
if (buttonState == HIGH) {
//do something
}
Code: Select all
buttonState = digitalRead(boot_button);
if (buttonState == HIGH) {
//do something
}
Users browsing this forum: Google [Bot] and 70 guests