Add configuration for semaphore signals and implement railway signal control

This commit is contained in:
Artem Kashaev
2026-01-22 10:30:31 +05:00
parent 7a455bd6ec
commit 5ae313defd
8 changed files with 638 additions and 111 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ import random
# Настройки: 8 LED, подключено к GP6
num_leds = 8
pin = 6 # GP6
pin = 0 # GP6
np = neopixel.NeoPixel(Pin(pin), num_leds)