Files
drivers/examples/ws2812/digispark.go
T
2021-09-03 11:11:40 +02:00

13 lines
268 B
Go

//go:build digispark
// +build digispark
package main
import "machine"
// This is the pin assignment for the Digispark only.
// Replace neo and led in the code below to match the pin
// that you are using if different.
var neo machine.Pin = 0
var led = machine.LED