Added SPDX to 30 more files - spdx-16
This commit is contained in:
parent
a9b2066f11
commit
851a3cd12d
30 changed files with 124 additions and 0 deletions
|
|
@ -1,3 +1,7 @@
|
||||||
|
# SPDX-FileCopyrightText: 2019 Mikey Sklar for Adafruit Industries
|
||||||
|
#
|
||||||
|
# SPDX-License-Identifier: MIT
|
||||||
|
|
||||||
import os
|
import os
|
||||||
import time
|
import time
|
||||||
import busio
|
import busio
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,7 @@
|
||||||
|
// SPDX-FileCopyrightText: 2018 Mikey Sklar for Adafruit Industries
|
||||||
|
//
|
||||||
|
// SPDX-License-Identifier: MIT
|
||||||
|
|
||||||
// Mindfulness Bracelet sketch for Adafruit/Arduino Gemma. Briefly runs
|
// Mindfulness Bracelet sketch for Adafruit/Arduino Gemma. Briefly runs
|
||||||
// vibrating motor (connected through transistor) at regular intervals.
|
// vibrating motor (connected through transistor) at regular intervals.
|
||||||
// This code is not beginner-friendly, it does a lot of esoteric low-level
|
// This code is not beginner-friendly, it does a lot of esoteric low-level
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,7 @@
|
||||||
|
# SPDX-FileCopyrightText: 2018 Mikey Sklar for Adafruit Industries
|
||||||
|
#
|
||||||
|
# SPDX-License-Identifier: MIT
|
||||||
|
|
||||||
# Mindfulness Bracelet sketch for Adafruit Gemma. Briefly runs
|
# Mindfulness Bracelet sketch for Adafruit Gemma. Briefly runs
|
||||||
# vibrating motor (connected through transistor) at regular intervals.
|
# vibrating motor (connected through transistor) at regular intervals.
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,7 @@
|
||||||
|
# SPDX-FileCopyrightText: 2020 Carter Nelson for Adafruit Industries
|
||||||
|
#
|
||||||
|
# SPDX-License-Identifier: MIT
|
||||||
|
|
||||||
import time
|
import time
|
||||||
import random
|
import random
|
||||||
import displayio
|
import displayio
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,7 @@
|
||||||
|
# SPDX-FileCopyrightText: 2019 Anne Barela for Adafruit Industries
|
||||||
|
#
|
||||||
|
# SPDX-License-Identifier: MIT
|
||||||
|
|
||||||
# CircuitPython code for the Gyroscopic Marble Maze
|
# CircuitPython code for the Gyroscopic Marble Maze
|
||||||
# Adafruit Industries, 2019. MIT License
|
# Adafruit Industries, 2019. MIT License
|
||||||
import time
|
import time
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,7 @@
|
||||||
|
# SPDX-FileCopyrightText: 2021 Carter Nelson for Adafruit Industries
|
||||||
|
#
|
||||||
|
# SPDX-License-Identifier: MIT
|
||||||
|
|
||||||
# Circuit Playground Express Simple Simon
|
# Circuit Playground Express Simple Simon
|
||||||
#
|
#
|
||||||
# Game play based on information provided here:
|
# Game play based on information provided here:
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,7 @@
|
||||||
|
# SPDX-FileCopyrightText: 2019 Kattni Rembor for Adafruit Industries
|
||||||
|
#
|
||||||
|
# SPDX-License-Identifier: MIT
|
||||||
|
|
||||||
"""
|
"""
|
||||||
NeoPixel Animator code for Circuit Playground Bluefruit NeoPixel Animation and Color Remote Control.
|
NeoPixel Animator code for Circuit Playground Bluefruit NeoPixel Animation and Color Remote Control.
|
||||||
To be used with another Circuit Playground Bluefruit running the Remote Control code.
|
To be used with another Circuit Playground Bluefruit running the Remote Control code.
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,7 @@
|
||||||
|
# SPDX-FileCopyrightText: 2019 Kattni Rembor for Adafruit Industries
|
||||||
|
#
|
||||||
|
# SPDX-License-Identifier: MIT
|
||||||
|
|
||||||
"""
|
"""
|
||||||
Remote Control code for Circuit Playground Bluefruit NeoPixel Animation and Color Remote Control.
|
Remote Control code for Circuit Playground Bluefruit NeoPixel Animation and Color Remote Control.
|
||||||
To be used with another Circuit Playground Bluefruit running the NeoPixel Animator code.
|
To be used with another Circuit Playground Bluefruit running the NeoPixel Animator code.
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,7 @@
|
||||||
|
# SPDX-FileCopyrightText: 2018 Carter Nelson for Adafruit Industries
|
||||||
|
#
|
||||||
|
# SPDX-License-Identifier: MIT
|
||||||
|
|
||||||
import time
|
import time
|
||||||
import board
|
import board
|
||||||
import pulseio
|
import pulseio
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,7 @@
|
||||||
|
# SPDX-FileCopyrightText: 2018 Carter Nelson for Adafruit Industries
|
||||||
|
#
|
||||||
|
# SPDX-License-Identifier: MIT
|
||||||
|
|
||||||
import time
|
import time
|
||||||
import board
|
import board
|
||||||
import pulseio
|
import pulseio
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,8 @@
|
||||||
|
# SPDX-FileCopyrightText: 2018 Dano Wall for Adafruit Industries
|
||||||
|
# SPDX-FileCopyrightText: 2018 Anne Barela for Adafruit Industries
|
||||||
|
#
|
||||||
|
# SPDX-License-Identifier: MIT
|
||||||
|
|
||||||
# Stumble Bot, coded in CircuitPython
|
# Stumble Bot, coded in CircuitPython
|
||||||
# Using an Adafruit Circuit Playground Express, Crickit, and 2 servos
|
# Using an Adafruit Circuit Playground Express, Crickit, and 2 servos
|
||||||
# Dano Wall, Anne Barela for Adafruit Industries, MIT License, May, 2018
|
# Dano Wall, Anne Barela for Adafruit Industries, MIT License, May, 2018
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,8 @@
|
||||||
|
# SPDX-FileCopyrightText: 2020 Erin St Blaine for Adafruit Industries
|
||||||
|
# SPDX-FileCopyrightText: 2020 Limor Fried for Adafruit Industries
|
||||||
|
#
|
||||||
|
# SPDX-License-Identifier: MIT
|
||||||
|
|
||||||
"""
|
"""
|
||||||
Bottle Piano with Capacitive Touch
|
Bottle Piano with Capacitive Touch
|
||||||
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: 2021 Melissa LeBlanc-Williams for Adafruit Industries
|
||||||
|
#
|
||||||
|
# SPDX-License-Identifier: MIT
|
||||||
|
|
||||||
"""
|
"""
|
||||||
SHTC3 Temperature/Humidity Sensor Example for
|
SHTC3 Temperature/Humidity Sensor Example for
|
||||||
using CircuitPython with Home Assistant
|
using CircuitPython with Home Assistant
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,7 @@
|
||||||
|
// SPDX-FileCopyrightText: 2019 Phillip Burgess for Adafruit Industries
|
||||||
|
//
|
||||||
|
// SPDX-License-Identifier: MIT
|
||||||
|
|
||||||
/*-----------------------------------------------------------------------
|
/*-----------------------------------------------------------------------
|
||||||
POV LED bike wheel sketch. Uses the following Adafruit parts:
|
POV LED bike wheel sketch. Uses the following Adafruit parts:
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,7 @@
|
||||||
|
// SPDX-FileCopyrightText: 2019 Anne Barela for Adafruit Industries
|
||||||
|
//
|
||||||
|
// SPDX-License-Identifier: MIT
|
||||||
|
|
||||||
// Don't edit this file! It's software-generated.
|
// Don't edit this file! It's software-generated.
|
||||||
// See convert.py script instead.
|
// See convert.py script instead.
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,7 @@
|
||||||
|
# SPDX-FileCopyrightText: 2019 Phillip Burgess for Adafruit Industries
|
||||||
|
#
|
||||||
|
# SPDX-License-Identifier: MIT
|
||||||
|
|
||||||
# Image converter script for POV LED poi project. Reads one or more images
|
# Image converter script for POV LED poi project. Reads one or more images
|
||||||
# as input, generates tables which can be copied-and-pasted or redirected
|
# as input, generates tables which can be copied-and-pasted or redirected
|
||||||
# to a .h file, e.g.:
|
# to a .h file, e.g.:
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,7 @@
|
||||||
|
// SPDX-FileCopyrightText: 2019 Phillip Burgess for Adafruit Industries
|
||||||
|
//
|
||||||
|
// SPDX-License-Identifier: MIT
|
||||||
|
|
||||||
/*------------------------------------------------------------------------
|
/*------------------------------------------------------------------------
|
||||||
POV LED double staff sketch. Uses the following Adafruit parts
|
POV LED double staff sketch. Uses the following Adafruit parts
|
||||||
(X2 for two staffs):
|
(X2 for two staffs):
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,7 @@
|
||||||
|
// SPDX-FileCopyrightText: 2019 Anne Barela for Adafruit Industries
|
||||||
|
//
|
||||||
|
// SPDX-License-Identifier: MIT
|
||||||
|
|
||||||
// Don't edit this file! It's software-generated.
|
// Don't edit this file! It's software-generated.
|
||||||
// See convert.py script instead.
|
// See convert.py script instead.
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,7 @@
|
||||||
|
// SPDX-FileCopyrightText: 2019 Anne Barela for Adafruit Industries
|
||||||
|
//
|
||||||
|
// SPDX-License-Identifier: MIT
|
||||||
|
|
||||||
// Don't edit this file! It's software-generated.
|
// Don't edit this file! It's software-generated.
|
||||||
// See convert.py script instead.
|
// See convert.py script instead.
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,7 @@
|
||||||
|
// SPDX-FileCopyrightText: 2019 Phillip Burgess for Adafruit Industries
|
||||||
|
//
|
||||||
|
// SPDX-License-Identifier: MIT
|
||||||
|
|
||||||
/*------------------------------------------------------------------------
|
/*------------------------------------------------------------------------
|
||||||
POV LED poi sketch. Uses the following Adafruit parts (X2 for two poi):
|
POV LED poi sketch. Uses the following Adafruit parts (X2 for two poi):
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,7 @@
|
||||||
|
// SPDX-FileCopyrightText: 2019 Anne Barela for Adafruit Industries
|
||||||
|
//
|
||||||
|
// SPDX-License-Identifier: MIT
|
||||||
|
|
||||||
// Don't edit this file! It's software-generated.
|
// Don't edit this file! It's software-generated.
|
||||||
// See convert.py script instead.
|
// See convert.py script instead.
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,7 @@
|
||||||
|
// SPDX-FileCopyrightText: 2019 Phillip Burgess for Adafruit Industries
|
||||||
|
//
|
||||||
|
// SPDX-License-Identifier: MIT
|
||||||
|
|
||||||
/*------------------------------------------------------------------------
|
/*------------------------------------------------------------------------
|
||||||
POV IR Supernova Poi sketch. Uses the following Adafruit parts
|
POV IR Supernova Poi sketch. Uses the following Adafruit parts
|
||||||
(X2 for two poi):
|
(X2 for two poi):
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,7 @@
|
||||||
|
# SPDX-FileCopyrightText: 2018 Collin Cunningham for Adafruit Industries
|
||||||
|
#
|
||||||
|
# SPDX-License-Identifier: MIT
|
||||||
|
|
||||||
import board
|
import board
|
||||||
from rainbowio import colorwheel
|
from rainbowio import colorwheel
|
||||||
import neopixel
|
import neopixel
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,7 @@
|
||||||
|
# SPDX-FileCopyrightText: 2020 Anne Barela for Adafruit Industries
|
||||||
|
#
|
||||||
|
# SPDX-License-Identifier: MIT
|
||||||
|
|
||||||
# SpaceX Launch Display, by Anne Barela November 2020
|
# SpaceX Launch Display, by Anne Barela November 2020
|
||||||
# MIT License - for Adafruit Industries LLC
|
# MIT License - for Adafruit Industries LLC
|
||||||
# See https://github.com/r-spacex/SpaceX-API for API info
|
# See https://github.com/r-spacex/SpaceX-API for API info
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,7 @@
|
||||||
|
# SPDX-FileCopyrightText: 2020 Jeff Epler for Adafruit Industries
|
||||||
|
#
|
||||||
|
# SPDX-License-Identifier: MIT
|
||||||
|
|
||||||
#!/usr/bin/env python3
|
#!/usr/bin/env python3
|
||||||
from enum import Enum
|
from enum import Enum
|
||||||
import time
|
import time
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,7 @@
|
||||||
|
# SPDX-FileCopyrightText: 2019 Brent Rubell for Adafruit Industries
|
||||||
|
#
|
||||||
|
# SPDX-License-Identifier: MIT
|
||||||
|
|
||||||
# -*- coding: utf-8 -*-
|
# -*- coding: utf-8 -*-
|
||||||
# Import Python System Libraries
|
# Import Python System Libraries
|
||||||
import time
|
import time
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,9 @@
|
||||||
|
# SPDX-FileCopyrightText: 2017 Limor Fried for Adafruit Industries
|
||||||
|
# SPDX-FileCopyrightText: 2017 Tony DiCola for Adafruit Industries
|
||||||
|
# SPDX-FileCopyrightText: 2017 James DeVito for Adafruit Industries
|
||||||
|
#
|
||||||
|
# SPDX-License-Identifier: MIT
|
||||||
|
|
||||||
# Copyright (c) 2017 Adafruit Industries
|
# Copyright (c) 2017 Adafruit Industries
|
||||||
# Author: Ladyada, Tony DiCola & James DeVito
|
# Author: Ladyada, Tony DiCola & James DeVito
|
||||||
#
|
#
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,7 @@
|
||||||
|
# SPDX-FileCopyrightText: 2018 Mikey Sklar for Adafruit Industries
|
||||||
|
#
|
||||||
|
# SPDX-License-Identifier: MIT
|
||||||
|
|
||||||
import time
|
import time
|
||||||
import os
|
import os
|
||||||
import board
|
import board
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,7 @@
|
||||||
|
# SPDX-FileCopyrightText: 2019 Mikey Sklar for Adafruit Industries
|
||||||
|
#
|
||||||
|
# SPDX-License-Identifier: MIT
|
||||||
|
|
||||||
import os
|
import os
|
||||||
import time
|
import time
|
||||||
import board
|
import board
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,7 @@
|
||||||
|
# SPDX-FileCopyrightText: 2019 Mikey Sklar for Adafruit Industries
|
||||||
|
#
|
||||||
|
# SPDX-License-Identifier: MIT
|
||||||
|
|
||||||
import time
|
import time
|
||||||
import os
|
import os
|
||||||
import board
|
import board
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue