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
+2 -1
View File
@@ -36,7 +36,8 @@ const (
)
const (
LED = D13
LED = D13
WS2812 = D8
)
var Serial = USB