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

11 lines
217 B
Go

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