mBot button pin number


#1

Hey,
I’m using Arduino IDE and I can’t find which pin number should I use for read (digitalRead(pinNumber)) input from inner button.


#2

For the button built into the mCore (the mBot board), I believe it is analog A7. This is from going to Arduino mode and setting up a button press program like this:


#3

It works! Thanks!


#4

how did you connect to this pin I need to connect from my arduino output to this pin


#5