This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Fibonacci64 - Expanding Rainbows - CircuitPython & NeoPixel | |
# https://gist.github.com/jasoncoon/a70d24ed38994aa669f943c2e84512e4 | |
# https://www.evilgeniuslabs.org/fibonacci64-micro | |
# This example uses CircuitPython and the Adafruit NeoPixel library | |
# You'll need neopixel.mpy in your /lib directory | |
# More information: https://learn.adafruit.com/welcome-to-circuitpython/circuitpython-libraries | |
import board | |
import neopixel |