Added SPDX to 30 more files - spdx-48
This commit is contained in:
parent
bfe5427a4a
commit
c322561d6f
30 changed files with 856 additions and 735 deletions
|
|
@ -1,3 +1,7 @@
|
||||||
|
// SPDX-FileCopyrightText: 2019 Anne Barela for Adafruit Industries
|
||||||
|
//
|
||||||
|
// SPDX-License-Identifier: MIT
|
||||||
|
|
||||||
// Test code for Adafruit GPS modules using MTK driver
|
// Test code for Adafruit GPS modules using MTK driver
|
||||||
// such as www.adafruit.com/products/660 (discontinued)
|
// such as www.adafruit.com/products/660 (discontinued)
|
||||||
// For new use see www.adafruit.com/products/746 (needs different code)
|
// For new use see www.adafruit.com/products/746 (needs different code)
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,7 @@
|
||||||
|
// SPDX-FileCopyrightText: 2019 Anne Barela for Adafruit Industries
|
||||||
|
//
|
||||||
|
// SPDX-License-Identifier: MIT
|
||||||
|
|
||||||
// Arduino "bridge" code between host computer and WS2801-based digital
|
// Arduino "bridge" code between host computer and WS2801-based digital
|
||||||
// RGB LED pixels (e.g. Adafruit product ID #322). Intended for use
|
// RGB LED pixels (e.g. Adafruit product ID #322). Intended for use
|
||||||
// with USB-native boards such as Teensy or Adafruit 32u4 Breakout;
|
// with USB-native boards such as Teensy or Adafruit 32u4 Breakout;
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,7 @@
|
||||||
|
// SPDX-FileCopyrightText: 2019 Anne Barela for Adafruit Industries
|
||||||
|
//
|
||||||
|
// SPDX-License-Identifier: MIT
|
||||||
|
|
||||||
/*****************************************************************************
|
/*****************************************************************************
|
||||||
Sketch for testing WS2801 LED strands - lights one LED along length of strand.
|
Sketch for testing WS2801 LED strands - lights one LED along length of strand.
|
||||||
Because only one LED is lit at a time, can safely be powered from Arduino +5V.
|
Because only one LED is lit at a time, can safely be powered from Arduino +5V.
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,7 @@
|
||||||
|
# SPDX-FileCopyrightText: 2019 Anne Barela for Adafruit Industries
|
||||||
|
#
|
||||||
|
# SPDX-License-Identifier: MIT
|
||||||
|
|
||||||
# ATMakers HandUp
|
# ATMakers HandUp
|
||||||
# Listens to the USB Serial port and responds to incoming strings
|
# Listens to the USB Serial port and responds to incoming strings
|
||||||
# Sets appropriate colors on the DotStar LED
|
# Sets appropriate colors on the DotStar LED
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,7 @@
|
||||||
|
# SPDX-FileCopyrightText: 2019 Dave Astels for Adafruit Industries
|
||||||
|
#
|
||||||
|
# SPDX-License-Identifier: MIT
|
||||||
|
|
||||||
"""
|
"""
|
||||||
Paint for PyPortal, PyBadge, PyGamer, and the like.
|
Paint for PyPortal, PyBadge, PyGamer, and the like.
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,7 @@
|
||||||
|
# SPDX-FileCopyrightText: 2018 Kattni Rembor for Adafruit Industries
|
||||||
|
#
|
||||||
|
# SPDX-License-Identifier: MIT
|
||||||
|
|
||||||
import time
|
import time
|
||||||
|
|
||||||
import analogio
|
import analogio
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,7 @@
|
||||||
|
# SPDX-FileCopyrightText: 2021 Liz Clark for Adafruit Industries
|
||||||
|
#
|
||||||
|
# SPDX-License-Identifier: MIT
|
||||||
|
|
||||||
import time
|
import time
|
||||||
import board
|
import board
|
||||||
import simpleio
|
import simpleio
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,7 @@
|
||||||
|
// SPDX-FileCopyrightText: 2018 Mikey Sklar for Adafruit Industries
|
||||||
|
//
|
||||||
|
// SPDX-License-Identifier: MIT
|
||||||
|
|
||||||
/*------------------------------------------------------------------------
|
/*------------------------------------------------------------------------
|
||||||
Gemma "Firewalker Lite" sneakers sketch.
|
Gemma "Firewalker Lite" sneakers sketch.
|
||||||
Uses the following Adafruit parts (X2 for two shoes):
|
Uses the following Adafruit parts (X2 for two shoes):
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,7 @@
|
||||||
|
# SPDX-FileCopyrightText: 2018 Phillip Burgess for Adafruit Industries
|
||||||
|
#
|
||||||
|
# SPDX-License-Identifier: MIT
|
||||||
|
|
||||||
# Gemma "Firewalker Lite" sneakers
|
# Gemma "Firewalker Lite" sneakers
|
||||||
# - Uses the following Adafruit parts (X2 for two shoes):
|
# - Uses the following Adafruit parts (X2 for two shoes):
|
||||||
# * Gemma M0 3V microcontroller (#3501)
|
# * Gemma M0 3V microcontroller (#3501)
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,7 @@
|
||||||
|
# SPDX-FileCopyrightText: 2020 Liz Clark for Adafruit Industries
|
||||||
|
#
|
||||||
|
# SPDX-License-Identifier: MIT
|
||||||
|
|
||||||
import time
|
import time
|
||||||
import board
|
import board
|
||||||
import displayio
|
import displayio
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,7 @@
|
||||||
|
# SPDX-FileCopyrightText: 2020 Liz Clark for Adafruit Industries
|
||||||
|
#
|
||||||
|
# SPDX-License-Identifier: MIT
|
||||||
|
|
||||||
# This file is where you keep secret settings, passwords, and tokens!
|
# This file is where you keep secret settings, passwords, and tokens!
|
||||||
# If you put them in the code you risk committing that info or sharing it
|
# If you put them in the code you risk committing that info or sharing it
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,7 @@
|
||||||
|
// SPDX-FileCopyrightText: 2018 Collin Cunningham for Adafruit Industries
|
||||||
|
//
|
||||||
|
// SPDX-License-Identifier: MIT
|
||||||
|
|
||||||
/* MIDI Solenoid Drummer
|
/* MIDI Solenoid Drummer
|
||||||
* for use with Adafruit Feather + Crickit Featherwing
|
* for use with Adafruit Feather + Crickit Featherwing
|
||||||
* assumes a 5V solenoid connected to each of Crickit's four Drive ports
|
* assumes a 5V solenoid connected to each of Crickit's four Drive ports
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,7 @@
|
||||||
|
# SPDX-FileCopyrightText: 2021 Eva Herrada for Adafruit Industries
|
||||||
|
#
|
||||||
|
# SPDX-License-Identifier: MIT
|
||||||
|
|
||||||
import time
|
import time
|
||||||
import math
|
import math
|
||||||
import board
|
import board
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,7 @@
|
||||||
|
# SPDX-FileCopyrightText: 2017 Mikey Sklar for Adafruit Industries
|
||||||
|
#
|
||||||
|
# SPDX-License-Identifier: MIT
|
||||||
|
|
||||||
import time
|
import time
|
||||||
|
|
||||||
import board
|
import board
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,8 @@
|
||||||
|
# SPDX-FileCopyrightText: 2020 Jeff Epler for Adafruit Industries
|
||||||
|
# SPDX-FileCopyrightText: 2020 Limor Fried for Adafruit Industries
|
||||||
|
#
|
||||||
|
# SPDX-License-Identifier: MIT
|
||||||
|
|
||||||
"""
|
"""
|
||||||
RGB Matrix Ocean Scroller
|
RGB Matrix Ocean Scroller
|
||||||
Adafruit invests time and resources providing this open source code.
|
Adafruit invests time and resources providing this open source code.
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,7 @@
|
||||||
|
// SPDX-FileCopyrightText: 2017 Limor Fried for Adafruit Industries
|
||||||
|
//
|
||||||
|
// SPDX-License-Identifier: MIT
|
||||||
|
|
||||||
// On Leonardo/Micro or others with hardware serial, use those!
|
// On Leonardo/Micro or others with hardware serial, use those!
|
||||||
// uncomment this line:
|
// uncomment this line:
|
||||||
// #define pmsSerial Serial1
|
// #define pmsSerial Serial1
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,7 @@
|
||||||
|
# SPDX-FileCopyrightText: 2020 Carter Nelson for Adafruit Industries
|
||||||
|
#
|
||||||
|
# SPDX-License-Identifier: MIT
|
||||||
|
|
||||||
import time
|
import time
|
||||||
import math
|
import math
|
||||||
import board
|
import board
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,7 @@
|
||||||
|
# SPDX-FileCopyrightText: 2019 Collin Cunningham for Adafruit Industries
|
||||||
|
#
|
||||||
|
# SPDX-License-Identifier: MIT
|
||||||
|
|
||||||
"""
|
"""
|
||||||
This code will display a random strategy from strategies.py when the
|
This code will display a random strategy from strategies.py when the
|
||||||
PyPortal screen is pressed. See the original Oblique Strategies
|
PyPortal screen is pressed. See the original Oblique Strategies
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,7 @@
|
||||||
|
# SPDX-FileCopyrightText: 2019 Collin Cunningham for Adafruit Industries
|
||||||
|
#
|
||||||
|
# SPDX-License-Identifier: MIT
|
||||||
|
|
||||||
strategies = [
|
strategies = [
|
||||||
"Abandon normal instruments",
|
"Abandon normal instruments",
|
||||||
"Accept advice",
|
"Accept advice",
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,7 @@
|
||||||
|
// SPDX-FileCopyrightText: 2020 Melissa LeBlanc-Williams for Adafruit Industries
|
||||||
|
//
|
||||||
|
// SPDX-License-Identifier: MIT
|
||||||
|
|
||||||
// Bad Apple for ESP32 with OLED SSD1306 | 2018 by Hackerspace-FFM.de | MIT-License.
|
// Bad Apple for ESP32 with OLED SSD1306 | 2018 by Hackerspace-FFM.de | MIT-License.
|
||||||
// Adapted for Sharp Memory display + Itsy Bitsy M4 - put video.hs on QSPI storage using CircuitPython
|
// Adapted for Sharp Memory display + Itsy Bitsy M4 - put video.hs on QSPI storage using CircuitPython
|
||||||
#include "heatshrink_decoder.h"
|
#include "heatshrink_decoder.h"
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,7 @@
|
||||||
|
// SPDX-FileCopyrightText: 2020 Melissa LeBlanc-Williams for Adafruit Industries
|
||||||
|
//
|
||||||
|
// SPDX-License-Identifier: MIT
|
||||||
|
|
||||||
#ifndef HEATSHRINK_H
|
#ifndef HEATSHRINK_H
|
||||||
#define HEATSHRINK_H
|
#define HEATSHRINK_H
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,7 @@
|
||||||
|
// SPDX-FileCopyrightText: 2020 Melissa LeBlanc-Williams for Adafruit Industries
|
||||||
|
//
|
||||||
|
// SPDX-License-Identifier: MIT
|
||||||
|
|
||||||
#ifndef HEATSHRINK_CONFIG_H
|
#ifndef HEATSHRINK_CONFIG_H
|
||||||
#define HEATSHRINK_CONFIG_H
|
#define HEATSHRINK_CONFIG_H
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,7 @@
|
||||||
|
// SPDX-FileCopyrightText: 2020 Melissa LeBlanc-Williams for Adafruit Industries
|
||||||
|
//
|
||||||
|
// SPDX-License-Identifier: MIT
|
||||||
|
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include "heatshrink_decoder.h"
|
#include "heatshrink_decoder.h"
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,7 @@
|
||||||
|
// SPDX-FileCopyrightText: 2020 Melissa LeBlanc-Williams for Adafruit Industries
|
||||||
|
//
|
||||||
|
// SPDX-License-Identifier: MIT
|
||||||
|
|
||||||
#ifndef HEATSHRINK_DECODER_H
|
#ifndef HEATSHRINK_DECODER_H
|
||||||
#define HEATSHRINK_DECODER_H
|
#define HEATSHRINK_DECODER_H
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,7 @@
|
||||||
|
// SPDX-FileCopyrightText: 2018 Mikey Sklar for Adafruit Industries
|
||||||
|
//
|
||||||
|
// SPDX-License-Identifier: MIT
|
||||||
|
|
||||||
#include <FastLED.h>
|
#include <FastLED.h>
|
||||||
|
|
||||||
#define LED_PIN 0
|
#define LED_PIN 0
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,7 @@
|
||||||
|
# SPDX-FileCopyrightText: 2018 Mikey Sklar for Adafruit Industries
|
||||||
|
#
|
||||||
|
# SPDX-License-Identifier: MIT
|
||||||
|
|
||||||
import board
|
import board
|
||||||
import neopixel
|
import neopixel
|
||||||
import adafruit_fancyled.adafruit_fancyled as fancy
|
import adafruit_fancyled.adafruit_fancyled as fancy
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,7 @@
|
||||||
|
# SPDX-FileCopyrightText: 2021 Carter Nelson for Adafruit Industries
|
||||||
|
#
|
||||||
|
# SPDX-License-Identifier: MIT
|
||||||
|
|
||||||
import serial
|
import serial
|
||||||
|
|
||||||
# open serial port
|
# open serial port
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,7 @@
|
||||||
|
# SPDX-FileCopyrightText: 2021 Carter Nelson for Adafruit Industries
|
||||||
|
#
|
||||||
|
# SPDX-License-Identifier: MIT
|
||||||
|
|
||||||
import json
|
import json
|
||||||
import serial
|
import serial
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,7 @@
|
||||||
|
# SPDX-FileCopyrightText: 2021 Carter Nelson for Adafruit Industries
|
||||||
|
#
|
||||||
|
# SPDX-License-Identifier: MIT
|
||||||
|
|
||||||
import serial
|
import serial
|
||||||
|
|
||||||
# how many bytes to read?
|
# how many bytes to read?
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,7 @@
|
||||||
|
// SPDX-FileCopyrightText: 2021 Carter Nelson for Adafruit Industries
|
||||||
|
//
|
||||||
|
// SPDX-License-Identifier: MIT
|
||||||
|
|
||||||
#include <Adafruit_NeoPixel.h>
|
#include <Adafruit_NeoPixel.h>
|
||||||
#include "OPTIGATrustM.h"
|
#include "OPTIGATrustM.h"
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue