Files
2026-04-21 09:44:44 +01:00

12 lines
209 B
Go

//go:build !digispark && !arduino && !arduino_uno
package main
import "machine"
func init() {
// Replace neo in the code below to match the pin
// that you are using if different.
neo = machine.WS2812
}