Added support for 125MHz to WS2812 for RP2040

This commit is contained in:
BCG
2022-02-14 00:47:45 -05:00
parent 10bd48c39d
commit b4eb406a43
3 changed files with 303 additions and 1 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
// Package ws2812 implements a driver for WS2812 and SK6812 RGB LED strips.
package ws2812 // import "tinygo.org/x/drivers/ws2812"
//go:generate go run gen-ws2812.go -arch=cortexm 16 48 64 120 168
//go:generate go run gen-ws2812.go -arch=cortexm 16 48 64 120 125 168
//go:generate go run gen-ws2812.go -arch=tinygoriscv 160 320
import (