mirror of
https://github.com/tinygo-org/drivers.git
synced 2026-08-20 22:49:02 +00:00
Simplify examples/ws2812
This commit is contained in:
@@ -8,4 +8,3 @@ import "machine"
|
||||
// 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
|
||||
|
||||
Reference in New Issue
Block a user