Files
drivers/examples/ws2812/arduino.go
T
2024-05-06 11:19:19 +02:00

10 lines
159 B
Go

//go:build arduino
package main
import "machine"
// Replace neo in the code below to match the pin
// that you are using if different.
var neo = machine.D2