Added SPDX to 30 more files - spdx-45

This commit is contained in:
dherrada 2022-02-23 14:10:24 -05:00
parent bfe5427a4a
commit 22dfeb7b5f
30 changed files with 120 additions and 0 deletions

View file

@ -1,3 +1,7 @@
// SPDX-FileCopyrightText: 2018 Mikey Sklar for Adafruit Industries
//
// SPDX-License-Identifier: MIT
int brightness = 0; // how bright the LED is
int fadeAmount = 5; // how many points to fade the LED by
int counter = 0; // counter to keep track of cycles

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,7 @@
// SPDX-FileCopyrightText: 2022 John Park for Adafruit Industries
//
// SPDX-License-Identifier: MIT
// GUItool: begin automatically generated code
AudioSynthWaveform wave0; //xy=502.74795150756836,82.7552137374878
AudioSynthWaveform wave1; //xy=504.28649139404297,117.86524295806885

View file

@ -1,3 +1,7 @@
// SPDX-FileCopyrightText: 2022 Tod Kurt for Adafruit Industries
//
// SPDX-License-Identifier: MIT
/**
* Arpy - a class to do arpeggios for you
* 12 Jan 2022 - Tod Kurt @todbot

View file

@ -1,3 +1,7 @@
// SPDX-FileCopyrightText: 2022 John Park for Adafruit Industries
//
// SPDX-License-Identifier: MIT
// from Audio/examples/Synthesis/PlaySynthMusic
// This is for the Teensy Audio library which specifies
// frequencies as floating point. See make_notetab.xlsx

View file

@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2020 Melissa LeBlanc-Williams for Adafruit Industries
#
# SPDX-License-Identifier: MIT
"""
This example solicits that apple devices that provide notifications connect to it, initiates
pairing, prints existing notifications and then prints any new ones as they arrive.

View file

@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2018 Dave Astels for Adafruit Industries
#
# SPDX-License-Identifier: MIT
"""
Adafruit IO based message handler for CircuitPython logging.

View file

@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2019 Dave Astels for Adafruit Industries
#
# SPDX-License-Identifier: MIT
import time
import random
from adafruit_pyportal import PyPortal

View file

@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2019 Dave Astels for Adafruit Industries
#
# SPDX-License-Identifier: MIT
"""
BLE based message handler for CircuitPython logging.

View file

@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2019 Dave Astels for Adafruit Industries
#
# SPDX-License-Identifier: MIT
import time
import random
from ble_handler import BLEHandler

View file

@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2018 Dave Astels for Adafruit Industries
#
# SPDX-License-Identifier: MIT
"""
File based message handler for CircuitPython logging.

View file

@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2018 Dave Astels for Adafruit Industries
#
# SPDX-License-Identifier: MIT
"""
UART based message handler for CircuitPython logging.

View file

@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2021 Jeff Epler for Adafruit Industries
#
# SPDX-License-Identifier: MIT
import time
from math import sin
import board

View file

@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2020 Jeff Epler for Adafruit Industries
#
# SPDX-License-Identifier: MIT
import struct
import board

View file

@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2020 Jeff Epler for Adafruit Industries
#
# SPDX-License-Identifier: MIT
import struct
import board

View file

@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2020 Jeff Epler for Adafruit Industries
#
# SPDX-License-Identifier: MIT
import struct
import time

View file

@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2020 Jeff Epler for Adafruit Industries
#
# SPDX-License-Identifier: MIT
import struct
import time

View file

@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2019 Melissa LeBlanc-Williams for Adafruit Industries
#
# SPDX-License-Identifier: MIT
"""
CircuitPython library to handle the input and calculations

View file

@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2019 Melissa LeBlanc-Williams for Adafruit Industries
#
# SPDX-License-Identifier: MIT
"""
PyPortal Calculator Demo
"""

View file

@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2019 Melissa LeBlanc-Williams for Adafruit Industries
#
# SPDX-License-Identifier: MIT
"""
PyPortal Titano Calculator Demo
"""

View file

@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2019 Limor Fried for Adafruit Industries
#
# SPDX-License-Identifier: MIT
import time
import board
from adafruit_pyportal import PyPortal

View file

@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2019 Brent Rubell for Adafruit Industries
#
# SPDX-License-Identifier: MIT
"""
PyPortal Smart Lighting Controller
-------------------------------------------------------------

View file

@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2019 Isaac Wellish for Adafruit Industries
#
# SPDX-License-Identifier: MIT
"""
This example runs the 'Simon' game on the PyRuler.
Memorize each led sequence and tap the corresponding

View file

@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2021 Kattni Rembor for Adafruit Industries
#
# SPDX-License-Identifier: MIT
"""CircuitPython Capacitive Touch Example for Rotary Trinkey"""
import time
import board

View file

@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2021 Kattni Rembor for Adafruit Industries
#
# SPDX-License-Identifier: MIT
"""Rotary Trinkey NeoPixel color picker example"""
import rotaryio
import digitalio

View file

@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2018 Kattni Rembor for Adafruit Industries
#
# SPDX-License-Identifier: MIT
"""Rotary Trinkey Volume and Mute HID example"""
import rotaryio
import board

View file

@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2021 Kattni Rembor for Adafruit Industries
#
# SPDX-License-Identifier: MIT
"""Rotary Trinkey YouTube Frame-by-Frame Example"""
import time
import rotaryio

View file

@ -1,3 +1,7 @@
// SPDX-FileCopyrightText: 2021 Kattni Rembor for Adafruit Industries
//
// SPDX-License-Identifier: MIT
#include <Adafruit_NeoPixel.h>
#include "Adafruit_FreeTouch.h"
#include <RotaryEncoder.h>

View file

@ -1,3 +1,7 @@
// SPDX-FileCopyrightText: 2021 Kattni Rembor for Adafruit Industries
//
// SPDX-License-Identifier: MIT
#include <Adafruit_NeoPixel.h>
#include <RotaryEncoder.h>
#include "HID-Project.h" // https://github.com/NicoHood/HID

View file

@ -1,3 +1,7 @@
// SPDX-FileCopyrightText: 2021 Kattni Rembor for Adafruit Industries
//
// SPDX-License-Identifier: MIT
#include <Adafruit_NeoPixel.h>
#include <RotaryEncoder.h>
#include "HID-Project.h" // https://github.com/NicoHood/HID