Fix typo and move initialization of neo to init()

This commit is contained in:
sago35
2024-05-04 23:32:27 +09:00
committed by Ron Evans
parent 5eeba138a4
commit bb0e6b8ba8
4 changed files with 17 additions and 11 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ import (
)
var (
noe machine.Pin
neo machine.Pin
leds [10]color.RGBA
)