machine: add definition for ws2812

This commit is contained in:
sago35
2021-06-07 22:07:15 +09:00
committed by Ron Evans
parent 3a458ec75c
commit b406b81416
14 changed files with 16 additions and 2 deletions
+1
View File
@@ -59,6 +59,7 @@ const (
LED1 = LED
LED2 = D4
NEOPIXEL = D8
WS2812 = D8
BUTTON = D7
QSPI_SCK = D27