mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-16 02:33:28 +00:00
machine: add definition for ws2812
This commit is contained in:
@@ -36,7 +36,8 @@ const (
|
||||
)
|
||||
|
||||
const (
|
||||
LED = D13
|
||||
LED = D13
|
||||
WS2812 = D8
|
||||
)
|
||||
|
||||
var Serial = USB
|
||||
|
||||
Reference in New Issue
Block a user