added support for SK6812 to WS2812 device (#610)

sk6812: added support for SK6812 to WS2812 device
This commit is contained in:
SoftTacos
2023-12-04 03:17:20 -07:00
committed by GitHub
parent 68da68c8c8
commit 3b183ad6ed
2 changed files with 48 additions and 13 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ func main() {
neo.Configure(machine.PinConfig{Mode: machine.PinOutput})
ws := ws2812.New(neo)
ws := ws2812.NewWS2812(neo)
rg := false
for {