InterviewSolution
Saved Bookmarks
| 1. |
What we use to read value from push button ? |
|
Answer» Pushbutton - ArduinoThe pushbutton is a component that CONNECTS TWO points in a circuit when you PRESS it. ... read input value if (val == HIGH) { // check if the input is HIGH (button RELEASED) ... you on how we process your personal data when you use our SERVICES. |
|