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 0d33ad7 commit b57a905Copy full SHA for b57a905
CircuitPython_CLUEbot/code.py
@@ -1,3 +1,6 @@
1
+# SPDX-FileCopyrightText: 2022 Melissa LeBlanc-Williams for Adafruit Industries
2
+#
3
+# SPDX-License-Identifier: MIT
4
import board
5
import neopixel
6
from robot import Robot
CircuitPython_CLUEbot/robot.py
import time
import pwmio
0 commit comments