Added SPDX to 30 more files - spdx-47

This commit is contained in:
dherrada 2022-02-23 14:26:51 -05:00
parent bfe5427a4a
commit a2ad36a63f
30 changed files with 122 additions and 0 deletions

View file

@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2019 John Edgar Park for Adafruit Industries
#
# SPDX-License-Identifier: MIT
# BLE Crickit Light Switch # BLE Crickit Light Switch
# Use with the Adafruit BlueFruit LE Connect app # Use with the Adafruit BlueFruit LE Connect app
# Works with CircuitPython 5.0.0-beta.0 and later # Works with CircuitPython 5.0.0-beta.0 and later

View file

@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2020 John Park for Adafruit Industries
#
# SPDX-License-Identifier: MIT
""" """
Start a 20 second hand washing timer via proximity sensor. Start a 20 second hand washing timer via proximity sensor.
Countdown the seconds with text and beeps. Countdown the seconds with text and beeps.

View file

@ -1,3 +1,7 @@
// SPDX-FileCopyrightText: 2018 Limor Fried for Adafruit Industries
//
// SPDX-License-Identifier: MIT
// Trinket Servo Monster sketch // Trinket Servo Monster sketch
// Hardware: Adafruit Trinket (3V or 5V), micro servo, LED + resistor // Hardware: Adafruit Trinket (3V or 5V), micro servo, LED + resistor
// Libraries: uses Adafruit_TiCoServo library to manage servo pulses, // Libraries: uses Adafruit_TiCoServo library to manage servo pulses,

View file

@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2019 Kattni Rembor for Adafruit Industries
#
# SPDX-License-Identifier: MIT
# Circuit Playground 808 Drum machine # Circuit Playground 808 Drum machine
import time import time
import board import board

View file

@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2017 John Edgar Park for Adafruit Industries
#
# SPDX-License-Identifier: MIT
# Circuit Playground AnalogIn # Circuit Playground AnalogIn
# Reads the analog voltage level from a 10k potentiometer connected to GND, 3.3V, and pin A1 # Reads the analog voltage level from a 10k potentiometer connected to GND, 3.3V, and pin A1
# and prints the results to the serial console. # and prints the results to the serial console.

View file

@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2017 Limor Fried for Adafruit Industries
#
# SPDX-License-Identifier: MIT
import board import board
import digitalio import digitalio

View file

@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2017 Kattni Rembor for Adafruit Industries
#
# SPDX-License-Identifier: MIT
from adafruit_circuitplayground.express import cpx from adafruit_circuitplayground.express import cpx
while True: while True:

View file

@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2017 Limor Fried for Adafruit Industries
#
# SPDX-License-Identifier: MIT
import time import time
import array import array
import math import math

View file

@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2017 Kattni Rembor for Adafruit Industries
#
# SPDX-License-Identifier: MIT
from adafruit_circuitplayground.express import cpx from adafruit_circuitplayground.express import cpx
cpx.play_tone(440, 1) cpx.play_tone(440, 1)

View file

@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2017 John Edgar Park for Adafruit Industries
#
# SPDX-License-Identifier: MIT
# CircuitPlaygroundExpress_Blinky # CircuitPlaygroundExpress_Blinky
import time import time

View file

@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2017 Kattni Rembor for Adafruit Industries
#
# SPDX-License-Identifier: MIT
import time import time
from adafruit_circuitplayground.express import cpx from adafruit_circuitplayground.express import cpx

View file

@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2017 John Edgar Park for Adafruit Industries
#
# SPDX-License-Identifier: MIT
# Circuit Playground Capacitive Touch # Circuit Playground Capacitive Touch
import time import time

View file

@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2017 Kattni Rembor for Adafruit Industries
#
# SPDX-License-Identifier: MIT
from adafruit_circuitplayground.express import cpx from adafruit_circuitplayground.express import cpx
while True: while True:

View file

@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2017 Limor Fried for Adafruit Industries
#
# SPDX-License-Identifier: MIT
# Circuit Playground digitalio example # Circuit Playground digitalio example
import time import time

View file

@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2017 Kattni Rembor for Adafruit Industries
#
# SPDX-License-Identifier: MIT
from adafruit_circuitplayground.express import cpx from adafruit_circuitplayground.express import cpx
while True: while True:

View file

@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2017 Kattni Rembor for Adafruit Industries
#
# SPDX-License-Identifier: MIT
from adafruit_circuitplayground.express import cpx from adafruit_circuitplayground.express import cpx
while True: while True:

View file

@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2017 Kattni Rembor for Adafruit Industries
#
# SPDX-License-Identifier: MIT
from adafruit_circuitplayground.express import cpx from adafruit_circuitplayground.express import cpx
while True: while True:

View file

@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2017 Limor Fried for Adafruit Industries
#
# SPDX-License-Identifier: MIT
# Circuit Playground HID Keyboard # Circuit Playground HID Keyboard
import time import time

View file

@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2017 John Edgar Park for Adafruit Industries
#
# SPDX-License-Identifier: MIT
# Circuit Playground Light Sensor # Circuit Playground Light Sensor
# Reads the on-board light sensor and graphs the brightness with NeoPixels # Reads the on-board light sensor and graphs the brightness with NeoPixels

View file

@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2017 Kattni Rembor for Adafruit Industries
#
# SPDX-License-Identifier: MIT
# CircuitPlaygroundExpress_LightSensor # CircuitPlaygroundExpress_LightSensor
# reads the on-board light sensor and graphs the brighness with NeoPixels # reads the on-board light sensor and graphs the brighness with NeoPixels

View file

@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2017 John Edgar Park for Adafruit Industries
#
# SPDX-License-Identifier: MIT
# Circuit Playground NeoPixel # Circuit Playground NeoPixel
import time import time
import board import board

View file

@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2017 Kattni Rembor for Adafruit Industries
#
# SPDX-License-Identifier: MIT
import time import time
from rainbowio import colorwheel from rainbowio import colorwheel
from adafruit_circuitplayground.express import cpx from adafruit_circuitplayground.express import cpx

View file

@ -1,3 +1,9 @@
# SPDX-FileCopyrightText: 2017 Dan Halbert for Adafruit Industries
# SPDX-FileCopyrightText: 2017 Tony DiCola for Adafruit Industries
# SPDX-FileCopyrightText: 2017 Kattni Rembor for Adafruit Industries
#
# SPDX-License-Identifier: MIT
# The MIT License (MIT) # The MIT License (MIT)
# #
# Copyright (c) 2017 Dan Halbert for Adafruit Industries # Copyright (c) 2017 Dan Halbert for Adafruit Industries

View file

@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2017 John Edgar Park for Adafruit Industries
#
# SPDX-License-Identifier: MIT
# Circuit Playground Temperature # Circuit Playground Temperature
# Reads the on-board temperature sensor and prints the value # Reads the on-board temperature sensor and prints the value

View file

@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2017 Kattni Rembor for Adafruit Industries
#
# SPDX-License-Identifier: MIT
import time import time
from adafruit_circuitplayground.express import cpx from adafruit_circuitplayground.express import cpx

View file

@ -1,3 +1,7 @@
// SPDX-FileCopyrightText: 2017 Limor Fried for Adafruit Industries
//
// SPDX-License-Identifier: MIT
#include <Adafruit_CircuitPlayground.h> #include <Adafruit_CircuitPlayground.h>
void setup() { void setup() {

View file

@ -1,3 +1,7 @@
// SPDX-FileCopyrightText: 2017 Limor Fried for Adafruit Industries
//
// SPDX-License-Identifier: MIT
#include <Adafruit_CircuitPlayground.h> #include <Adafruit_CircuitPlayground.h>
void setup() { void setup() {

View file

@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2021 Kattni Rembor for Adafruit Industries
#
# SPDX-License-Identifier: MIT
""" """
A Python dictionary containing information to be associated with the twelve keys on a A Python dictionary containing information to be associated with the twelve keys on a
MacroPad. MacroPad.

View file

@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2021 Phillip Burgess for Adafruit Industries
#
# SPDX-License-Identifier: MIT
""" """
Dragon Drop: a simple game for Adafruit MACROPAD. Uses OLED display in Dragon Drop: a simple game for Adafruit MACROPAD. Uses OLED display in
portrait (vertical) orientation. Tap one of four keys across a row to portrait (vertical) orientation. Tap one of four keys across a row to

View file

@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2017 Limor Fried for Adafruit Industries
#
# SPDX-License-Identifier: MIT
try: try:
import struct import struct
except ImportError: except ImportError: