jczic / micropython

Scripts for my experiments with micropython board (NodeMCU) and neopixel.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

micropython

Scripts for my experiments with micropython board (NodeMCU) and neopixel.

Parts:

Tools

Demo

NeoPixel Demo

Code

>>> from neopixel_helpers import np_setup, rainbow
>>> np = np_setup()
>>> rainbow(np)

About

Scripts for my experiments with micropython board (NodeMCU) and neopixel.


Languages

Language:Python 100.0%