PR -3: Added spdx to 9 more projects
This commit is contained in:
parent
242135b798
commit
752322d1a4
14 changed files with 56 additions and 0 deletions
|
|
@ -1,3 +1,7 @@
|
||||||
|
# SPDX-FileCopyrightText: 2020 Erin St. Blaine for Adafruit Industries
|
||||||
|
#
|
||||||
|
# SPDX-License-Identifier: MIT
|
||||||
|
|
||||||
"""
|
"""
|
||||||
Read the barometric reading in the air
|
Read the barometric reading in the air
|
||||||
Visualize air reading changes over time as a color animation on a NeoPixel strip
|
Visualize air reading changes over time as a color animation on a NeoPixel strip
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,7 @@
|
||||||
|
# SPDX-FileCopyrightText: 2021 John Park for Adafruit Industries
|
||||||
|
#
|
||||||
|
# SPDX-License-Identifier: MIT
|
||||||
|
|
||||||
import time
|
import time
|
||||||
import board
|
import board
|
||||||
import busio
|
import busio
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,7 @@
|
||||||
|
# SPDX-FileCopyrightText: 2021 Melissa LeBlanc-Williams for Adafruit Industries
|
||||||
|
#
|
||||||
|
# SPDX-License-Identifier: MIT
|
||||||
|
|
||||||
import os
|
import os
|
||||||
import subprocess
|
import subprocess
|
||||||
import random
|
import random
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,7 @@
|
||||||
|
# SPDX-FileCopyrightText: 2018 Dave Astels for Adafruit Industries
|
||||||
|
#
|
||||||
|
# SPDX-License-Identifier: MIT
|
||||||
|
|
||||||
"""
|
"""
|
||||||
Main signal generator code.
|
Main signal generator code.
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,7 @@
|
||||||
|
# SPDX-FileCopyrightText: 2018 Dave Astels for Adafruit Industries
|
||||||
|
#
|
||||||
|
# SPDX-License-Identifier: MIT
|
||||||
|
|
||||||
"""
|
"""
|
||||||
Display code for signal generator.
|
Display code for signal generator.
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,7 @@
|
||||||
|
# SPDX-FileCopyrightText: 2018 Dave Astels for Adafruit Industries
|
||||||
|
#
|
||||||
|
# SPDX-License-Identifier: MIT
|
||||||
|
|
||||||
"""
|
"""
|
||||||
Outpout generator code for signal generator.
|
Outpout generator code for signal generator.
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,7 @@
|
||||||
|
# SPDX-FileCopyrightText: 2018 Dave Astels for Adafruit Industries
|
||||||
|
#
|
||||||
|
# SPDX-License-Identifier: MIT
|
||||||
|
|
||||||
"""
|
"""
|
||||||
Signal generator wave shapes.
|
Signal generator wave shapes.
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,7 @@
|
||||||
|
# SPDX-FileCopyrightText: 2020 Brent Rubell for Adafruit Industries
|
||||||
|
#
|
||||||
|
# SPDX-License-Identifier: MIT
|
||||||
|
|
||||||
/*********************************************************************
|
/*********************************************************************
|
||||||
Learn Guide: BLE Temperature Monitoring Armband
|
Learn Guide: BLE Temperature Monitoring Armband
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,7 @@
|
||||||
|
# SPDX-FileCopyrightText: 2020 John Park for Adafruit Industries
|
||||||
|
#
|
||||||
|
# SPDX-License-Identifier: MIT
|
||||||
|
|
||||||
# Matrix Weather display
|
# Matrix Weather display
|
||||||
# For Metro M4 Airlift with RGB Matrix shield, 64 x 32 RGB LED Matrix display
|
# For Metro M4 Airlift with RGB Matrix shield, 64 x 32 RGB LED Matrix display
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,7 @@
|
||||||
|
# SPDX-FileCopyrightText: 2020 John Park for Adafruit Industries
|
||||||
|
#
|
||||||
|
# SPDX-License-Identifier: MIT
|
||||||
|
|
||||||
import time
|
import time
|
||||||
import displayio
|
import displayio
|
||||||
from adafruit_display_text.label import Label
|
from adafruit_display_text.label import Label
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,7 @@
|
||||||
|
# SPDX-FileCopyrightText: 2021 Kattni Rembor for Adafruit Industries
|
||||||
|
#
|
||||||
|
# SPDX-License-Identifier: MIT
|
||||||
|
|
||||||
"""
|
"""
|
||||||
Blink example for boards with ONLY a NeoPixel LED (e.g. without a built-in red LED).
|
Blink example for boards with ONLY a NeoPixel LED (e.g. without a built-in red LED).
|
||||||
Includes QT Py and various Trinkeys.
|
Includes QT Py and various Trinkeys.
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,7 @@
|
||||||
|
# SPDX-FileCopyrightText: 2020 John Park for Adafruit Industries
|
||||||
|
#
|
||||||
|
# SPDX-License-Identifier: MIT
|
||||||
|
|
||||||
"""
|
"""
|
||||||
WINDOW SKULL for Adafruit Matrix Portal: animated spooky eyes and servomotor jaw
|
WINDOW SKULL for Adafruit Matrix Portal: animated spooky eyes and servomotor jaw
|
||||||
"""
|
"""
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,7 @@
|
||||||
|
# SPDX-FileCopyrightText: 2020 John Park for Adafruit Industries
|
||||||
|
#
|
||||||
|
# SPDX-License-Identifier: MIT
|
||||||
|
|
||||||
""" Configuration data for the skull eyes """
|
""" Configuration data for the skull eyes """
|
||||||
# Photo by Lina White on Unsplash: https://unsplash.com/photos/K9nxgkYf-RI
|
# Photo by Lina White on Unsplash: https://unsplash.com/photos/K9nxgkYf-RI
|
||||||
EYE_PATH = __file__[:__file__.rfind('/') + 1]
|
EYE_PATH = __file__[:__file__.rfind('/') + 1]
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,7 @@
|
||||||
|
# SPDX-FileCopyrightText: 2020 Erin St. Blaine for Adafruit Industries
|
||||||
|
#
|
||||||
|
# SPDX-License-Identifier: MIT
|
||||||
|
|
||||||
"""
|
"""
|
||||||
FancyLED Necklace Insert Code
|
FancyLED Necklace Insert Code
|
||||||
Written by Phil Burgess and Erin St Blaine for Adafruit Industries
|
Written by Phil Burgess and Erin St Blaine for Adafruit Industries
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue