Merge pull request #2025 from adafruit/spdx-9
Added SPDX to 20 more files - spdx-9
This commit is contained in:
commit
43b18cb4fd
20 changed files with 83 additions and 1 deletions
|
|
@ -1,3 +1,7 @@
|
|||
# SPDX-FileCopyrightText: 2018 John Edgar Park for Adafruit Industries
|
||||
#
|
||||
# SPDX-License-Identifier: MIT
|
||||
|
||||
# Ambient Color Control Pad
|
||||
# NeoTrellis to select colors of NeoPixel strip
|
||||
# NeoTrellis connected to Feather M4 (need the extra memory vs. M0) SCL, SDA
|
||||
|
|
|
|||
|
|
@ -1,3 +1,7 @@
|
|||
# SPDX-FileCopyrightText: 2020 Anne Barela for Adafruit Industries
|
||||
#
|
||||
# SPDX-License-Identifier: MIT
|
||||
|
||||
# Bright Wearables Purse Slideshow with FancyLED
|
||||
# Anne Barela for Adafruit Industries, February 2020
|
||||
# MIT License
|
||||
|
|
|
|||
|
|
@ -1,3 +1,7 @@
|
|||
# SPDX-FileCopyrightText: 2020 Limor Fried for Adafruit Industries
|
||||
#
|
||||
# SPDX-License-Identifier: MIT
|
||||
|
||||
import busio
|
||||
import board
|
||||
from digitalio import DigitalInOut, Direction
|
||||
|
|
|
|||
|
|
@ -1,3 +1,8 @@
|
|||
// SPDX-FileCopyrightText: 2018 Becky Stern for Adafruit Industries
|
||||
// SPDX-FileCopyrightText: 2018 T Main for Adafruit Industries
|
||||
//
|
||||
// SPDX-License-Identifier: MIT
|
||||
|
||||
/*
|
||||
Chirp Owl written by Becky Stern and T Main for Adafruit Industries
|
||||
Tutorial: http://learn.adafruit.com/chirping-plush-owl-toy/
|
||||
|
|
@ -146,4 +151,4 @@ void arf() { // dog arf
|
|||
playTone(i,5);
|
||||
playTone(4545,80); // intermediate
|
||||
playTone(12200,70); // "ff" (shorter, hard to do)
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,3 +1,8 @@
|
|||
# SPDX-FileCopyrightText: 2018 Becky Stern for Adafruit Industries
|
||||
# SPDX-FileCopyrightText: 2018 T Main for Adafruit Industries
|
||||
#
|
||||
# SPDX-License-Identifier: MIT
|
||||
|
||||
# Chirp Owl written by Becky Stern and T Main for Adafruit Industries
|
||||
# Tutorial: http://learn.adafruit.com/chirping-plush-owl-toy/
|
||||
|
||||
|
|
|
|||
|
|
@ -1,3 +1,7 @@
|
|||
# SPDX-FileCopyrightText: 2018 Limor Fried for Adafruit Industries
|
||||
#
|
||||
# SPDX-License-Identifier: MIT
|
||||
|
||||
import os
|
||||
import time
|
||||
import random
|
||||
|
|
|
|||
|
|
@ -1,3 +1,7 @@
|
|||
// SPDX-FileCopyrightText: 2019 Anne Barela for Adafruit Industries
|
||||
//
|
||||
// SPDX-License-Identifier: MIT
|
||||
|
||||
#define PIEZO 3
|
||||
#define CLOCK2 10
|
||||
#define DATA2 9
|
||||
|
|
|
|||
|
|
@ -1,3 +1,7 @@
|
|||
# SPDX-FileCopyrightText: 2018 Anne Barela for Adafruit Industries
|
||||
#
|
||||
# SPDX-License-Identifier: MIT
|
||||
|
||||
import os
|
||||
import random
|
||||
import time
|
||||
|
|
|
|||
|
|
@ -1,3 +1,7 @@
|
|||
# SPDX-FileCopyrightText: 2018 Kattni Rembor for Adafruit Industries
|
||||
#
|
||||
# SPDX-License-Identifier: MIT
|
||||
|
||||
import board
|
||||
import analogio
|
||||
|
||||
|
|
|
|||
|
|
@ -1,3 +1,7 @@
|
|||
# SPDX-FileCopyrightText: 2020 Eva Herrada for Adafruit Industries
|
||||
#
|
||||
# SPDX-License-Identifier: MIT
|
||||
|
||||
import time
|
||||
import terminalio
|
||||
from adafruit_magtag.magtag import MagTag
|
||||
|
|
|
|||
|
|
@ -1,3 +1,7 @@
|
|||
# SPDX-FileCopyrightText: 2018 Anne Barela for Adafruit Industries
|
||||
#
|
||||
# SPDX-License-Identifier: MIT
|
||||
|
||||
# Isaac Wellish
|
||||
# Code adapted from Anne Barela's Hello World of Robotics and
|
||||
# Make it Move with Crickit guides at learn.adafruit.com
|
||||
|
|
|
|||
|
|
@ -1,3 +1,7 @@
|
|||
# SPDX-FileCopyrightText: 2020 FoamyGuy for Adafruit Industries
|
||||
#
|
||||
# SPDX-License-Identifier: MIT
|
||||
|
||||
"""
|
||||
This example script shows how to sweep servo(s) without using
|
||||
time.sleep().
|
||||
|
|
|
|||
|
|
@ -1,3 +1,7 @@
|
|||
// SPDX-FileCopyrightText: 2018 Mikey Sklar for Adafruit Industries
|
||||
//
|
||||
// SPDX-License-Identifier: MIT
|
||||
|
||||
// 'Cyber falls' sketch, adapted from code for Firewalker sneakers.
|
||||
// Creates a fiery rain-like effect on multiple NeoPixel strips.
|
||||
// Requires Adafruit Trinket and NeoPixel strips. Strip length is
|
||||
|
|
|
|||
|
|
@ -1,3 +1,7 @@
|
|||
# SPDX-FileCopyrightText: 2018 Mikey Sklar for Adafruit Industries
|
||||
#
|
||||
# SPDX-License-Identifier: MIT
|
||||
|
||||
# 'Cyber falls' sketch
|
||||
# Creates a fiery rain-like effect on multiple NeoPixel strips.
|
||||
# Requires Adafruit Trinket and NeoPixel strips. Strip length is
|
||||
|
|
|
|||
|
|
@ -1,3 +1,7 @@
|
|||
// SPDX-FileCopyrightText: 2021 Collin Cunningham for Adafruit Industries
|
||||
//
|
||||
// SPDX-License-Identifier: MIT
|
||||
|
||||
#include <Servo.h>
|
||||
|
||||
Servo servo;
|
||||
|
|
|
|||
|
|
@ -1,3 +1,7 @@
|
|||
# SPDX-FileCopyrightText: 2019 Limor Fried for Adafruit Industries
|
||||
#
|
||||
# SPDX-License-Identifier: MIT
|
||||
|
||||
"""
|
||||
This example queries the Open Weather Maps site API to find out the current
|
||||
weather for your location... and display it on a screen!
|
||||
|
|
|
|||
|
|
@ -1,3 +1,7 @@
|
|||
# SPDX-FileCopyrightText: 2019 Limor Fried for Adafruit Industries
|
||||
#
|
||||
# SPDX-License-Identifier: MIT
|
||||
|
||||
import time
|
||||
import json
|
||||
import displayio
|
||||
|
|
|
|||
|
|
@ -1,3 +1,7 @@
|
|||
# SPDX-FileCopyrightText: 2021 Noe Ruiz for Adafruit Industries
|
||||
#
|
||||
# SPDX-License-Identifier: MIT
|
||||
|
||||
import board
|
||||
import neopixel
|
||||
from adafruit_led_animation.animation.pulse import Pulse
|
||||
|
|
|
|||
|
|
@ -1,3 +1,7 @@
|
|||
# SPDX-FileCopyrightText: 2018 Kattni Rembor for Adafruit Industries
|
||||
#
|
||||
# SPDX-License-Identifier: MIT
|
||||
|
||||
import rotaryio
|
||||
import board
|
||||
|
||||
|
|
|
|||
|
|
@ -1,3 +1,7 @@
|
|||
# SPDX-FileCopyrightText: 2018 Kattni Rembor for Adafruit Industries
|
||||
#
|
||||
# SPDX-License-Identifier: MIT
|
||||
|
||||
import rotaryio
|
||||
import board
|
||||
import digitalio
|
||||
|
|
|
|||
Loading…
Reference in a new issue