This website requires JavaScript.
Explore
Help
Register
Sign In
liubiren
/
MicroPython
Watch
1
Star
0
Fork
You've already forked MicroPython
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
30457645c3
MicroPython
/
RP2350ZERO
/
main.py
9 lines
109 B
Python
Raw
Blame
History
import
utime
from
utils
import
WS2812
rgb
=
WS2812
(
)
while
True
:
rgb
.
iridesce
(
)
utime
.
sleep_ms
(
20
)
Reference in New Issue
View Git Blame
Copy Permalink