(No difference)
This message has no documentation. If you know where or how this message is used, you can help other translators by adding documentation to this message.
led = 23 button = 18 GPIO.setmode(GPIO.BCM) GPIO.setup(led, GPIO.OUT) GPIO.setup(button, GPIO.IN, pull_up_down = GPIO.PUD_UP)