ws2812: add 200MHz support for the Cortex-M0/rp2040

This commit is contained in:
Leon Matthews
2025-05-12 09:35:12 +12:00
committed by deadprogram
parent ad49c0d0ca
commit 462a0de10a
3 changed files with 474 additions and 2 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 125 168
//go:generate go run gen-ws2812.go -arch=cortexm 16 48 64 120 125 168 200
//go:generate go run gen-ws2812.go -arch=tinygoriscv 160 320
import (