Files
drivers/examples/ws2812/others_wo_led.go
T
2022-02-11 23:47:55 +01:00

12 lines
244 B
Go

//go:build qtpy || m5stamp_c3
// +build qtpy m5stamp_c3
package main
import "machine"
// Replace neo and led in the code below to match the pin
// that you are using if different.
var neo machine.Pin = machine.WS2812
var led = machine.NoPin