Added SPDX to 20 more files - spdx-7

This commit is contained in:
dherrada 2022-02-18 17:14:52 -05:00
parent a535a6e96d
commit 6d109992bb
20 changed files with 94 additions and 12 deletions

View file

@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2018 Kattni Rembor for Adafruit Industries
#
# SPDX-License-Identifier: MIT
import time
import array
import math

View file

@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2018 Kattni Rembor for Adafruit Industries
#
# SPDX-License-Identifier: MIT
import audiocore
import board
import audiobusio

View file

@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2018 Kattni Rembor for Adafruit Industries
#
# SPDX-License-Identifier: MIT
import board
import audiobusio
from microcontroller import Pin

View file

@ -1,3 +1,7 @@
// SPDX-FileCopyrightText: 2017 Limor Fried for Adafruit Industries
//
// SPDX-License-Identifier: MIT
/*
This example generates a sine wave based tone at a specified frequency
and sample rate. Then outputs the data using the I2S interface.

View file

@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2018 Mikey Sklar for Adafruit Industries
#
# SPDX-License-Identifier: MIT
import time
import board

View file

@ -1,3 +1,9 @@
# SPDX-FileCopyrightText: 2019 Kattni Rembor Adafruit Industries
# SPDX-FileCopyrightText: 2019 Erin St Blaine for Adafruit Industries
# SPDX-FileCopyrightText: 2019 Limor Fried for Adafruit Industries
#
# SPDX-License-Identifier: MIT
"""
Prop-Maker based Burning Wizard Staff
Adafruit invests time and resources providing this open source code.

View file

@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2019 Isaac Wellish for Adafruit Industries
#
# SPDX-License-Identifier: MIT
"""
Dashblock API Adafruit Learn Guide Count demo
Use Dashblock to create a custom API for learn.adafruit.com,

View file

@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2019 Anne Barela for Adafruit Industries
#
# SPDX-License-Identifier: MIT
import board
import storage
from analogio import AnalogIn

View file

@ -1,3 +1,7 @@
// SPDX-FileCopyrightText: 2019 Dan Cogliano for Adafruit Industries
//
// SPDX-License-Identifier: MIT
/***************************************************
* Quote Display for Adafruit ePaper FeatherWings
* For use with Adafruit tricolor and monochrome ePaper FeatherWings

View file

@ -1,3 +1,7 @@
// SPDX-FileCopyrightText: 2019 Anne Barela for Adafruit Industries
//
// SPDX-License-Identifier: MIT
#ifndef _SECRET_H THEN
#define _SECRET_H

View file

@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2020 John Park for Adafruit Industries
#
# SPDX-License-Identifier: MIT
"""
CLUE BLE MIDI
Sends MIDI CC values based on accelerometer x & y and proximity sensor

View file

@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2020 John Park for Adafruit Industries
#
# SPDX-License-Identifier: MIT
# Scoreboard matrix display
# uses AdafruitIO to set scores and team names for a scoreboard
# Perfect for cornhole, ping pong, and other games

View file

@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2020 John Park for Adafruit Industries
#
# SPDX-License-Identifier: MIT
import time
import os
import board

View file

@ -1,3 +1,7 @@
// SPDX-FileCopyrightText: 2019 Anne Barela for Adafruit Industries
//
// SPDX-License-Identifier: MIT
#include <WiFi.h>
#include <PubSubClient.h>
#include "config.h"
@ -420,4 +424,4 @@ void loop() {
delay(10); // delay in between reads for stability
client.loop();
}

View file

@ -1,11 +1,15 @@
// Update these with values suitable for your network.
//enter your WIFI SSID and Password
#define ssid "Your SSID"
#define password "Your Password"
// Enter your MQTT server adderss or IP, MQTT username, and MQTT password.
#define mqtt_server "MyMQTTadress"
#define mqtt_user "MyMQTT"
#define mqtt_password "MyMQTTpass"
// SPDX-FileCopyrightText: 2019 Anne Barela for Adafruit Industries
//
// SPDX-License-Identifier: MIT
// Update these with values suitable for your network.
//enter your WIFI SSID and Password
#define ssid "Your SSID"
#define password "Your Password"
// Enter your MQTT server adderss or IP, MQTT username, and MQTT password.
#define mqtt_server "MyMQTTadress"
#define mqtt_user "MyMQTT"
#define mqtt_password "MyMQTTpass"

View file

@ -1,3 +1,7 @@
// SPDX-FileCopyrightText: 2019 Anne Barela for Adafruit Industries
//
// SPDX-License-Identifier: MIT
#include <ESP8266WiFi.h>
#include <PubSubClient.h>
#include "config.h"

View file

@ -1,3 +1,7 @@
// SPDX-FileCopyrightText: 2019 Anne Barela for Adafruit Industries
//
// SPDX-License-Identifier: MIT
// Update these with values suitable for your network.
//enter your WIFI SSID and Password

View file

@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2020 John Park for Adafruit Industries
#
# SPDX-License-Identifier: MIT
"""
Slideshow Example using the Matrix Portal and 64 x 32 LED matrix display
Written by Melissa LeBlanc-Williams for Adafruit Industries

View file

@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2021 Trevor Beaton for Adafruit Industries
#
# SPDX-License-Identifier: MIT
import time
import board
import neopixel

View file

@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2019 Kattni Rembor for Adafruit Industries
#
# SPDX-License-Identifier: MIT
import board
import digitalio
import adafruit_lis3dh