We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 538745f commit 6994872Copy full SHA for 6994872
examples/seesaw_rotary_neopixel.py
@@ -1,3 +1,6 @@
1
+# SPDX-FileCopyrightText: 2021 Kattni Rembor for Adafruit Industries
2
+# SPDX-License-Identifier: MIT
3
+
4
"""I2C rotary encoder NeoPixel color picker and brightness setting example."""
5
import board
6
from adafruit_seesaw import seesaw, neopixel, rotaryio, digitalio
0 commit comments