mirror of
https://github.com/tinygo-org/drivers.git
synced 2026-08-05 15:33:42 +00:00
11 lines
225 B
Go
11 lines
225 B
Go
// +build !digispark,!arduino,!qtpy
|
|
|
|
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.Pin = machine.NEOPIXELS
|
|
var led = machine.LED
|