Files
drivers/examples/ws2812/others.go
T
2020-01-30 14:24:39 +01:00

10 lines
180 B
Go

// +build !digispark
package main
import "machine"
// Replace neo in the code below to match the pin
// that you are using if different.
var neo machine.Pin = machine.NEOPIXELS