Files
drivers/examples/ws2812/others.go

12 lines
193 B
Go

//go:build !digispark && !arduino
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
}