We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6f4c4f commit ec356b0Copy full SHA for ec356b0
2 files changed
CircuitPython_GameAndWatch_Octopus/code.py
@@ -1,3 +1,6 @@
1
+# SPDX-FileCopyrightText: 2022 Tim C, written for Adafruit Industries
2
+#
3
+# SPDX-License-Identifier: MIT
4
import gc
5
import time
6
import board
CircuitPython_GameAndWatch_Octopus/octopus_game_helpers.py
import math
import os
0 commit comments