Simplify examples/ws2812

This commit is contained in:
sago35
2024-05-03 10:31:39 +09:00
committed by Ron Evans
parent 1095629f62
commit 5eeba138a4
6 changed files with 7 additions and 32 deletions
+1 -2
View File
@@ -4,7 +4,6 @@ package main
import "machine"
// Replace neo and led in the code below to match the pin
// Replace neo in the code below to match the pin
// that you are using if different.
var neo = machine.D2
var led = machine.LED