.gitignore
.pylintrc
.readthedocs.yml
CODE_OF_CONDUCT.md
LICENSE
README.rst
requirements.txt
setup.py
.github/workflows/build.yml
.github/workflows/release.yml
adafruit_circuitpython_featherwing.egg-info/PKG-INFO
adafruit_circuitpython_featherwing.egg-info/SOURCES.txt
adafruit_circuitpython_featherwing.egg-info/dependency_links.txt
adafruit_circuitpython_featherwing.egg-info/requires.txt
adafruit_circuitpython_featherwing.egg-info/top_level.txt
adafruit_featherwing/__init__.py
adafruit_featherwing/alphanum_featherwing.py
adafruit_featherwing/dotstar_featherwing.py
adafruit_featherwing/gps_featherwing.py
adafruit_featherwing/ina219_featherwing.py
adafruit_featherwing/joy_featherwing.py
adafruit_featherwing/led_segments.py
adafruit_featherwing/matrix_featherwing.py
adafruit_featherwing/minitft_featherwing.py
adafruit_featherwing/neopixel_featherwing.py
adafruit_featherwing/pixelmatrix.py
adafruit_featherwing/rtc_featherwing.py
adafruit_featherwing/sevensegment_featherwing.py
adafruit_featherwing/tempmotion_featherwing.py
docs/api.rst
docs/conf.py
docs/examples.rst
docs/index.rst
docs/_static/favicon.ico
docs/_static/ina219_featherwing/ina219_featherwing.jpg
docs/_static/joy_featherwing/joy_featherwing_a.jpg
docs/_static/joy_featherwing/joy_featherwing_b.jpg
docs/_static/joy_featherwing/joy_featherwing_joystick.jpg
docs/_static/joy_featherwing/joy_featherwing_select.jpg
docs/_static/joy_featherwing/joy_featherwing_x.jpg
docs/_static/joy_featherwing/joy_featherwing_y.jpg
examples/featherwing_alphanum_simpletest.py
examples/featherwing_dotstar_palette_example.py
examples/featherwing_dotstar_simpletest.py
examples/featherwing_gps_simpletest.py
examples/featherwing_ina219_simpletest.py
examples/featherwing_joy_simpletest.py
examples/featherwing_matrix_simpletest.py
examples/featherwing_minitft_simpletest.py
examples/featherwing_neopixel_palette_example.py
examples/featherwing_neopixel_simpletest.py
examples/featherwing_rtc_simpletest.py
examples/featherwing_sevensegment_simpletest.py
examples/featherwing_tempmotion_simpletest.py