ws2812: add RP2350 support

Adding 150MHz support for the RP2350
This commit is contained in:
Ayke van Laethem
2025-06-16 17:10:53 +02:00
committed by deadprogram
parent ae9e8f915e
commit 28d87eb0c5
3 changed files with 364 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 125 168 200
//go:generate go run gen-ws2812.go -arch=cortexm 16 48 64 120 125 150 168 200
//go:generate go run gen-ws2812.go -arch=tinygoriscv 160 320
import (