ws2812: rename the pin to ws2812

This commit is contained in:
sago35
2021-06-08 08:45:44 +09:00
committed by Ayke
parent 24dfd8795a
commit 5e117c162c
+1 -1
View File
@@ -6,5 +6,5 @@ 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 neo machine.Pin = machine.WS2812
var led = machine.LED