Files
2021-06-01 21:09:08 +02:00

11 lines
188 B
Go

// +build arduino
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.D2
var led = machine.LED