mirror of
https://github.com/tinygo-org/drivers.git
synced 2026-08-07 00:13:42 +00:00
5f4806f0f9
Signed-off-by: Ron Evans <ron@hybridgroup.com>
10 lines
180 B
Go
10 lines
180 B
Go
// +build !digispark
|
|
|
|
package main
|
|
|
|
import "machine"
|
|
|
|
// Replace neo in the code below to match the pin
|
|
// that you are using if different.
|
|
var neo machine.Pin = machine.NEOPIXELS
|