Raspberry Pi - GPIO Basics with Python
What does
GPIO.setup(pin, GPIO.IN) do in Raspberry Pi programming?GPIO.setup(pin, GPIO.IN) do in Raspberry Pi programming?GPIO.setup configures a pin's mode on the Raspberry Pi.GPIO.INGPIO.IN sets the pin to input mode, allowing it to read signals.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions