Merge pull request #2032 from adafruit/spdx-13

Added SPDX to 20 more files - spdx-13
This commit is contained in:
Anne Barela 2022-02-22 15:05:46 -05:00 committed by GitHub
commit 7dfa499806
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
20 changed files with 80 additions and 0 deletions

View file

@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2020 John Park for Adafruit Industries
#
# SPDX-License-Identifier: MIT
"""
Heart Rate Trainer
Read heart rate data from a heart rate peripheral using the standard BLE

View file

@ -1,3 +1,7 @@
// SPDX-FileCopyrightText: 2017 Erin St Blaine for Adafruit Industries
//
// SPDX-License-Identifier: MIT
// Code by Erin St Blaine for Adafruit.com
// Full tutorial at https://learn.adafruit.com/glowing-beehive-hairdo-wig/

View file

@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2020 John Park for Adafruit Industries
#
# SPDX-License-Identifier: MIT
import time
import board
from adafruit_matrixportal.matrixportal import MatrixPortal

View file

@ -1,3 +1,7 @@
// SPDX-FileCopyrightText: 2017 Phillip Burgess for Adafruit Industries
//
// SPDX-License-Identifier: MIT
// Sound level sketch for Adafruit microphone amplifier.
// For the GEMMA sequin masquerade mask.

View file

@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2017 Phillip Burgess for Adafruit Industries
#
# SPDX-License-Identifier: MIT
import time
import analogio

View file

@ -1,3 +1,7 @@
// SPDX-FileCopyrightText: 2017 Phillip Burgess for Adafruit Industries
//
// SPDX-License-Identifier: MIT
#include <Adafruit_NeoPixel.h>
#define NUM_LEDS 5 // Number of NeoPixels

View file

@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2017 Phillip Burgess for Adafruit Industries
#
# SPDX-License-Identifier: MIT
import time
from rainbowio import colorwheel
import board

View file

@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2021 Brent Rubell for Adafruit Industries
#
# SPDX-License-Identifier: MIT
"""
'char_lcd.py'
=================================================

View file

@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2021 Brent Rubell for Adafruit Industries
#
# SPDX-License-Identifier: MIT
"""
'ir_neopixel.py'.

View file

@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2021 Brent Rubell for Adafruit Industries
#
# SPDX-License-Identifier: MIT
"""
'button_press_on_off.py'.

View file

@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2021 Brent Rubell for Adafruit Industries
#
# SPDX-License-Identifier: MIT
"""
'mib_char_lcd_light.py'
=================================================

View file

@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2021 Brent Rubell for Adafruit Industries
#
# SPDX-License-Identifier: MIT
"""
'mib_photo_sensor_night_light_sensor.py'.

View file

@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2021 Brent Rubell for Adafruit Industries
#
# SPDX-License-Identifier: MIT
"""
'relay.py'.

View file

@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2021 Brent Rubell for Adafruit Industries
#
# SPDX-License-Identifier: MIT
"""
'squeeze.py'.

View file

@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2021 Brent Rubell for Adafruit Industries
#
# SPDX-License-Identifier: MIT
"""
'temperature.py'.

View file

@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2020 Carter Nelson for Adafruit Industries
#
# SPDX-License-Identifier: MIT
# Display stuff
import displayio
import adafruit_imageload

View file

@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2020 Carter Nelson for Adafruit Industries
#
# SPDX-License-Identifier: MIT
import time
from random import choice
import displayio

View file

@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2020 Carter Nelson for Adafruit Industries
#
# SPDX-License-Identifier: MIT
# Display stuff
import board
import displayio

View file

@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2020 Carter Nelson for Adafruit Industries
#
# SPDX-License-Identifier: MIT
import time
from random import choice
import board

View file

@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2019 Carter Nelson for Adafruit Industries
#
# SPDX-License-Identifier: MIT
import time
from collections import deque
import psutil