README.md aktualisiert

This commit is contained in:
hubobel 2026-05-25 17:27:22 +02:00
parent e4067403f2
commit d170b3b4f2

View file

@ -271,13 +271,6 @@ Die internen Pull-Up-Widerstände des Raspberry Pi werden per `gpiozero` verwend
| GPIO5 gegen GND | Dashboard 2 |
| GPIO21 gegen GND | Dashboard 3 |
### Python-Konfiguration
```python
SWITCH1 = Button(
5,
pull_up=True,
bounce_time=0.1
)
SWITCH2 = Button(