hi
I’m pretty new in Arduino, so sorry ahead if this is a dumb question:
– as I see from code, all “digital” buttons should be connected “normally open” to GND, correct?
– how to connect analog potentiometers? GND-vs-A0, and GND-vs-A1?
Thanks in advance,
Anton
Thanks for the guides! Just one question: How do I wire this directly to a raspberry pi 3?
Take a look at the last picture at https://www.tinkerboy.xyz/wiring-diagram-for-tinkerboy-controller-v3-0/ for usb data pins on the Pi3.
hi
I’m pretty new in Arduino, so sorry ahead if this is a dumb question:
– as I see from code, all “digital” buttons should be connected “normally open” to GND, correct?
– how to connect analog potentiometers? GND-vs-A0, and GND-vs-A1?
Thanks in advance,
Anton
Initially all buttons shouldn’t be connected to anything (open). It’s only when you push a button that needs gnd connection.