10 more SPDX additions
This commit is contained in:
parent
58e3f91661
commit
4c5c6e2aa4
10 changed files with 43 additions and 0 deletions
|
|
@ -1,3 +1,7 @@
|
||||||
|
// SPDX-FileCopyrightText: 2015 Phil Burgess for Adafruit Industries
|
||||||
|
//
|
||||||
|
// SPDX-License-Identifier: MIT
|
||||||
|
//
|
||||||
#include <Adafruit_NeoPixel.h>
|
#include <Adafruit_NeoPixel.h>
|
||||||
|
|
||||||
#define PIN 1
|
#define PIN 1
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,8 @@
|
||||||
|
# SPDX-FileCopyrightText: 2017 Mikey Sklar for Adafruit Industries
|
||||||
|
# SPDX-FileCopyrightText: 2021 Kattni Rembor for Adafruit Industries
|
||||||
|
#
|
||||||
|
# SPDX-License-Identifier: MIT
|
||||||
|
#
|
||||||
import time
|
import time
|
||||||
|
|
||||||
import board
|
import board
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,7 @@
|
||||||
|
# SPDX-FileCopyrightText: 2020 Collin Cunningham for Adafruit Industries
|
||||||
|
#
|
||||||
|
# SPDX-License-Identifier: MIT
|
||||||
|
#
|
||||||
"""ACTIVITY GENERATOR for Adafruit CLUE"""
|
"""ACTIVITY GENERATOR for Adafruit CLUE"""
|
||||||
|
|
||||||
import time
|
import time
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,7 @@
|
||||||
|
# SPDX-FileCopyrightText: 2020 Collin Cunningham for Adafruit Industries
|
||||||
|
#
|
||||||
|
# SPDX-License-Identifier: MIT
|
||||||
|
#
|
||||||
activities = [
|
activities = [
|
||||||
"DRAWING",
|
"DRAWING",
|
||||||
"SONG",
|
"SONG",
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,7 @@
|
||||||
|
// SPDX-FileCopyrightText: 2016 James DeVito for Adafruit Industries
|
||||||
|
//
|
||||||
|
// SPDX-License-Identifier: MIT
|
||||||
|
//
|
||||||
/*********************************************************************
|
/*********************************************************************
|
||||||
This is an example for our nRF51822 based Bluefruit LE modules
|
This is an example for our nRF51822 based Bluefruit LE modules
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,7 @@
|
||||||
|
// SPDX-FileCopyrightText: 2016 James DeVito for Adafruit Industries
|
||||||
|
//
|
||||||
|
// SPDX-License-Identifier: MIT
|
||||||
|
//
|
||||||
// COMMON SETTINGS
|
// COMMON SETTINGS
|
||||||
// ----------------------------------------------------------------------------------------------
|
// ----------------------------------------------------------------------------------------------
|
||||||
// These settings are used in both SW UART, HW UART and SPI mode
|
// These settings are used in both SW UART, HW UART and SPI mode
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,7 @@
|
||||||
|
// SPDX-FileCopyrightText: 2016 James DeVito for Adafruit Industries
|
||||||
|
//
|
||||||
|
// SPDX-License-Identifier: MIT
|
||||||
|
//
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <Arduino.h>
|
#include <Arduino.h>
|
||||||
#include <SPI.h>
|
#include <SPI.h>
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,8 @@
|
||||||
|
// SPDX-FileCopyrightText: 2019 Erin St. Blaine for Adafruit Industries
|
||||||
|
// SPDX-FileCopyrightText: 2019 John Edgar Park for Adafruit Industries
|
||||||
|
//
|
||||||
|
// SPDX-License-Identifier: MIT
|
||||||
|
//
|
||||||
//Ada_remoteFXTrigger_RX_NeoPixel
|
//Ada_remoteFXTrigger_RX_NeoPixel
|
||||||
//Remote Effects Trigger Box Receiver
|
//Remote Effects Trigger Box Receiver
|
||||||
//by John Park & Erin St Blaine
|
//by John Park & Erin St Blaine
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,8 @@
|
||||||
|
// SPDX-FileCopyrightText: 2019 Erin St. Blaine for Adafruit Industries
|
||||||
|
// SPDX-FileCopyrightText: 2019 John Edgar Park for Adafruit Industries
|
||||||
|
//
|
||||||
|
// SPDX-License-Identifier: MIT
|
||||||
|
//
|
||||||
//Ada_remoteFXTrigger_NeoTrellis_TX
|
//Ada_remoteFXTrigger_NeoTrellis_TX
|
||||||
//Remote Effects Trigger Box Transmitter
|
//Remote Effects Trigger Box Transmitter
|
||||||
//by John Park
|
//by John Park
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,7 @@
|
||||||
|
# SPDX-FileCopyrightText: 2018 John Park for Adafruit Industries
|
||||||
|
#
|
||||||
|
# SPDX-License-Identifier: MIT
|
||||||
|
#
|
||||||
# Adabot Operation Game
|
# Adabot Operation Game
|
||||||
# CPX, alligator clips, copper tape, tweezers, surgery, and fun!
|
# CPX, alligator clips, copper tape, tweezers, surgery, and fun!
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue