Merge pull request #2065 from adafruit/spdx-43

Added SPDX to 30 more files - spdx-43
This commit is contained in:
Anne Barela 2022-02-24 16:56:17 -05:00 committed by GitHub
commit a092370c64
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
30 changed files with 212 additions and 92 deletions

View file

@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2021 Liz Clark for Adafruit Industries
#
# SPDX-License-Identifier: MIT
import time
import board
from digitalio import DigitalInOut, Direction

View file

@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2021 Liz Clark for Adafruit Industries
#
# SPDX-License-Identifier: MIT
import time
import board
from digitalio import DigitalInOut, Direction, Pull

View file

@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2021 Liz Clark for Adafruit Industries
#
# SPDX-License-Identifier: MIT
'''Adapted from the example code DM_Mic_Sound_Level_Plot.py
https://github.com/adafruit/Adafruit_Learning_System_Guides/
blob/master/PDM_Microphone/PDM_Mic_Sound_Level_Plot.py '''

View file

@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2021 Liz Clark for Adafruit Industries
#
# SPDX-License-Identifier: MIT
'''Adapted from the Adafruit_CircuitPython_ESP32SPI
library example esp32spi_simpletest.py:
https://github.com/adafruit/Adafruit_CircuitPython_ESP32SPI/

View file

@ -1,3 +1,7 @@
// SPDX-FileCopyrightText: 2017 John Edgar Park for Adafruit Industries
//
// SPDX-License-Identifier: MIT
/*********************************************************************
AtariFruit 2600 Joystick
by John Park for Adafruit

View file

@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2019 Anne Barela for Adafruit Industries
#
# SPDX-License-Identifier: MIT
# Talking Cane
# for Adafruit Circuit Playground Express with CircuitPython
from adafruit_circuitplayground.express import cpx

View file

@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2019 Dave Astels for Adafruit Industries
#
# SPDX-License-Identifier: MIT
"""
Continuously scroll randomly generated After Dark style toasters.
Designed for an ItsyBitsy M4 Express and a 1.3" 240x240 TFT

View file

@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2018 Limor Fried for Adafruit Industries
#
# SPDX-License-Identifier: MIT
import array
import time

View file

@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2018 John Edgar Park for Adafruit Industries
#
# SPDX-License-Identifier: MIT
# Gemma M0 version of TVBgone!
import array
import time

View file

@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2019 Dano Wall for Adafruit Industries
#
# SPDX-License-Identifier: MIT
"""
Crickit Exhibit
Project by Dano Wall and Isaac Wellish

View file

@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2019 Anne Barela for Adafruit Industries
#
# SPDX-License-Identifier: MIT
import time
import os
import digitalio

View file

@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2020 John Park for Adafruit Industries
#
# SPDX-License-Identifier: MIT
# Lucio 2020
# Feather M4 + Propmaker + amps + lots of neopixels
import board

View file

@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2021 Emma Humphries for Adafruit Industries
#
# SPDX-License-Identifier: MIT
# MACROPAD Hotkeys example: Firefox web browser for Linux
from adafruit_hid.keycode import Keycode # REQUIRED if using Keycode.* values

View file

@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2021 Phillip Burgess for Adafruit Industries
#
# SPDX-License-Identifier: MIT
# MACROPAD Hotkeys example: Adobe Illustrator for Mac
from adafruit_hid.keycode import Keycode # REQUIRED if using Keycode.* values

View file

@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2021 Phillip Burgess for Adafruit Industries
#
# SPDX-License-Identifier: MIT
# MACROPAD Hotkeys example: Adobe Photoshop for Mac
from adafruit_hid.keycode import Keycode # REQUIRED if using Keycode.* values

View file

@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2021 Phillip Burgess for Adafruit Industries
#
# SPDX-License-Identifier: MIT
# MACROPAD Hotkeys: Evernote web application for Mac
# Contributed by Redditor s010sdc

View file

@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2021 Phillip Burgess for Adafruit Industries
#
# SPDX-License-Identifier: MIT
# MACROPAD Hotkeys example: Safari web browser for Mac
from adafruit_hid.keycode import Keycode # REQUIRED if using Keycode.* values

View file

@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2021 Phillip Burgess for Adafruit Industries
#
# SPDX-License-Identifier: MIT
# MACROPAD Hotkeys example: Consumer Control codes (media keys)
# The syntax for Consumer Control macros is a little peculiar, in order to

View file

@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2021 Emma Humphries for Adafruit Industries
#
# SPDX-License-Identifier: MIT
# MACROPAD Hotkeys example: Minecraft hotbar (inventory)
# Note: Must enable "full keyboad gameplay" for Prev/Next buttons to work.

View file

@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2021 Henry Gabryjelski for Adafruit Industries
#
# SPDX-License-Identifier: MIT
# MACROPAD Hotkeys example: Minecraft Messaging
# NOTE: There appears to be a line length limit. Exceeding that limit appears

View file

@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2021 Henry Gabryjelski for Adafruit Industries
#
# SPDX-License-Identifier: MIT
# MACROPAD Hotkeys example: Minecraft Effects (Creative) for Bedrock Edition
# NOTE: There appears to be a line length limit. Exceeding that limit appears

View file

@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2021 Henry Gabryjelski for Adafruit Industries
#
# SPDX-License-Identifier: MIT
# MACROPAD Hotkeys example: Minecraft Effects (Creative) for Bedrock Edition
# Note: Must enable "full keyboad gameplay" to equip armor automatically.

View file

@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2021 Phillip Burgess for Adafruit Industries
#
# SPDX-License-Identifier: MIT
# MACROPAD Hotkeys example: Mouse control
# The syntax for Mouse macros is highly peculiar, in order to maintain

View file

@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2021 Emma Humphries for Adafruit Industries
#
# SPDX-License-Identifier: MIT
# MACROPAD Hotkeys example: Universal Numpad
from adafruit_hid.keycode import Keycode # REQUIRED if using Keycode.* values

View file

@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2021 Phillip Burgess for Adafruit Industries
#
# SPDX-License-Identifier: MIT
# MACROPAD Hotkeys example: Tones
# The syntax for Tones in macros is highly peculiar, in order to maintain

View file

@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2021 Phillip Burgess for Adafruit Industries
#
# SPDX-License-Identifier: MIT
# MACROPAD Hotkeys example: Adobe Illustrator for Windows
from adafruit_hid.keycode import Keycode # REQUIRED if using Keycode.* values

View file

@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2021 Phillip Burgess for Adafruit Industries
#
# SPDX-License-Identifier: MIT
# MACROPAD Hotkeys example: Adobe Photoshop for Windows
from adafruit_hid.keycode import Keycode # REQUIRED if using Keycode.* values

View file

@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2021 Phillip Burgess for Adafruit Industries
#
# SPDX-License-Identifier: MIT
# MACROPAD Hotkeys example: Microsoft Edge web browser for Windows
from adafruit_hid.keycode import Keycode # REQUIRED if using Keycode.* values

View file

@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2019 Erin St Blaine for Adafruit Industries
#
# SPDX-License-Identifier: MIT
import time
import board
from rainbowio import colorwheel

View file

@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2017 John Edgar Park for Adafruit Industries
#
# SPDX-License-Identifier: MIT
# Screaming Cauldron
# for Adafruit Industries Learning Guide