Skip to content

Instantly share code, notes, and snippets.

View gallaugher's full-sized avatar

Gallaugher gallaugher

View GitHub Profile
@jasoncoon
jasoncoon / code.py
Created September 18, 2021 13:25
Fibonacci64 - Expanding Rainbows - CircuitPython & NeoPixel Library
# 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