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