I'm extremely new to RP and coding in general.
However, I recently bought a RP2 and was trying one of the projects in the Org Website, the GPIO Music Box:https://www.raspberrypi.org/learning/gpio-music-box/.
I was successfully able to do my first two buttons work. However, all other buttons that I try adding to the music box fail to produce sound when pressed.
I've switched buttons to see if that worked but still the only ones producing sounds were the ones connected to pins 2 and 3 on the GPIO. Also, whenever I'm wiring the cables, when I mistakenly put ground on the breadboard in to the " positive rail", the buttons worked (not that well, but they did work).
Am I missing something? Is it because of this error that I'm getting?
"Warning (from warnings module):
File "/home/pi/musicbox/musicbox.py", line 28
GPIO.setup(pin, GPIO.IN, GPIO.PUD_DOWN)
RuntimeWarning: A physical pull up resistor is fitted on this channel!"
Any help is appreciated! thanks!
