mirror of
https://github.com/tinygo-org/drivers.git
synced 2026-08-10 01:43:40 +00:00
added support for SK6812 to WS2812 device (#610)
sk6812: added support for SK6812 to WS2812 device
This commit is contained in:
@@ -19,7 +19,7 @@ func main() {
|
||||
|
||||
neo.Configure(machine.PinConfig{Mode: machine.PinOutput})
|
||||
|
||||
ws := ws2812.New(neo)
|
||||
ws := ws2812.NewWS2812(neo)
|
||||
rg := false
|
||||
|
||||
for {
|
||||
|
||||
Reference in New Issue
Block a user