micropython - neopixel. how i can turn off previous led when next one go forward?

后端 未结 0 1339
野的像风
野的像风 2021-01-28 01:34

I\'m trying to get the led to go forward like a second hand.

np = neopixel.NeoPixel(machine.Pin(2), led)
while True:
    t = utime.localtime()
    h = int(utime.l         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题