Added SPDX to 20 more files - spdx-7
This commit is contained in:
parent
a535a6e96d
commit
6d109992bb
20 changed files with 94 additions and 12 deletions
|
|
@ -1,3 +1,7 @@
|
|||
# SPDX-FileCopyrightText: 2018 Kattni Rembor for Adafruit Industries
|
||||
#
|
||||
# SPDX-License-Identifier: MIT
|
||||
|
||||
import time
|
||||
import array
|
||||
import math
|
||||
|
|
|
|||
|
|
@ -1,3 +1,7 @@
|
|||
# SPDX-FileCopyrightText: 2018 Kattni Rembor for Adafruit Industries
|
||||
#
|
||||
# SPDX-License-Identifier: MIT
|
||||
|
||||
import audiocore
|
||||
import board
|
||||
import audiobusio
|
||||
|
|
|
|||
|
|
@ -1,3 +1,7 @@
|
|||
# SPDX-FileCopyrightText: 2018 Kattni Rembor for Adafruit Industries
|
||||
#
|
||||
# SPDX-License-Identifier: MIT
|
||||
|
||||
import board
|
||||
import audiobusio
|
||||
from microcontroller import Pin
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -1,3 +1,7 @@
|
|||
# SPDX-FileCopyrightText: 2018 Mikey Sklar for Adafruit Industries
|
||||
#
|
||||
# SPDX-License-Identifier: MIT
|
||||
|
||||
import time
|
||||
|
||||
import board
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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,
|
||||
|
|
|
|||
|
|
@ -1,3 +1,7 @@
|
|||
# SPDX-FileCopyrightText: 2019 Anne Barela for Adafruit Industries
|
||||
#
|
||||
# SPDX-License-Identifier: MIT
|
||||
|
||||
import board
|
||||
import storage
|
||||
from analogio import AnalogIn
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -1,3 +1,7 @@
|
|||
// SPDX-FileCopyrightText: 2019 Anne Barela for Adafruit Industries
|
||||
//
|
||||
// SPDX-License-Identifier: MIT
|
||||
|
||||
#ifndef _SECRET_H THEN
|
||||
#define _SECRET_H
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -1,3 +1,7 @@
|
|||
# SPDX-FileCopyrightText: 2020 John Park for Adafruit Industries
|
||||
#
|
||||
# SPDX-License-Identifier: MIT
|
||||
|
||||
import time
|
||||
import os
|
||||
import board
|
||||
|
|
|
|||
|
|
@ -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();
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -1,3 +1,7 @@
|
|||
# SPDX-FileCopyrightText: 2021 Trevor Beaton for Adafruit Industries
|
||||
#
|
||||
# SPDX-License-Identifier: MIT
|
||||
|
||||
import time
|
||||
import board
|
||||
import neopixel
|
||||
|
|
|
|||
|
|
@ -1,3 +1,7 @@
|
|||
# SPDX-FileCopyrightText: 2019 Kattni Rembor for Adafruit Industries
|
||||
#
|
||||
# SPDX-License-Identifier: MIT
|
||||
|
||||
import board
|
||||
import digitalio
|
||||
import adafruit_lis3dh
|
||||
|
|
|
|||
Loading…
Reference in a new issue