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
@@ -43,6 +43,7 @@ const (
const (
NEOPIXELS = D11
WS2812 = D11
NEOPIXELS_POWER = D12
)