mirror of
https://github.com/tinygo-org/drivers.git
synced 2026-08-03 06:27:47 +00:00
8b3075fdba
Signed-off-by: deadprogram <ron@hybridgroup.com>
11 lines
265 B
Go
11 lines
265 B
Go
//go:build !digispark && !arduino && !qtpy && !m5stamp_c3 && !thingplus_rp2040
|
|
|
|
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.WS2812
|
|
var led = machine.LED
|