We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24dfd87 commit 5e117c1Copy full SHA for 5e117c1
examples/ws2812/others.go
@@ -6,5 +6,5 @@ import "machine"
6
7
// Replace neo and led in the code below to match the pin
8
// that you are using if different.
9
-var neo machine.Pin = machine.NEOPIXELS
+var neo machine.Pin = machine.WS2812
10
var led = machine.LED
0 commit comments