All translations
Enter a message name below to show all available translations.
Found one translation.
Name | Current message text |
---|---|
h German (de) | led = 23 button = 18 GPIO.setmode(GPIO.BCM) GPIO.setup(led, GPIO.OUT) GPIO.setup(button, GPIO.IN, pull_up_down = GPIO.PUD_UP) |