diff --git a/examples/ws2812/others.go b/examples/ws2812/others.go index d26c1d6..24ff9bc 100644 --- a/examples/ws2812/others.go +++ b/examples/ws2812/others.go @@ -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