Raspberry Pi Push Button LED Blink Program
What is the primary function of the push button in this experiment?
Why do we use a resistor in series with the LED?
When the push button is pressed, what type of signal does the GPIO input pin receive?
In the Python code, which library is typically used to control GPIO pins?
What will happen if the GPIO pin number in the code does not match the actual LED connection?