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: Bing [Bot] and 143 guests