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 b508e65 commit eb52ceaCopy full SHA for eb52cea
adafruit_circuitplayground/circuit_playground_base.py
@@ -1,5 +1,6 @@
1
# SPDX-FileCopyrightText: 2016 Scott Shawcroft for Adafruit Industries
2
# SPDX-FileCopyrightText: 2017-2019 Kattni Rembor for Adafruit Industries
3
+# SPDX-FileCopyrightText: 2022 Ryan Keith for Adafruit Industries
4
#
5
# SPDX-License-Identifier: MIT
6
@@ -15,7 +16,7 @@
15
16
* `Circuit Playground Express <https://www.adafruit.com/product/3333>`_
17
* `Circuit Playground Bluefruit <https://www.adafruit.com/product/4333>`_.
18
-* Author(s): Kattni Rembor, Scott Shawcroft
19
+* Author(s): Kattni Rembor, Scott Shawcroft, Ryan Keith
20
"""
21
22
import math
0 commit comments