Added SPDX to 20 more files - spdx-8

This commit is contained in:
dherrada 2022-02-18 17:17:57 -05:00
parent a535a6e96d
commit ecec8b36d9
20 changed files with 80 additions and 0 deletions

View file

@ -1,3 +1,7 @@
// SPDX-FileCopyrightText: 2018 Phillip Burgess for Adafruit Industries
//
// SPDX-License-Identifier: MIT
// All Seeing Skull -- Eye w PIR sensor
//--------------------------------------------------------------------------
// Uncanny eyes for Adafruit 1.5" OLED (product #1431) or 1.44" TFT LCD

View file

@ -1,3 +1,7 @@
// SPDX-FileCopyrightText: 2018 John Edgar Park for Adafruit Industries
//
// SPDX-License-Identifier: MIT
// Pin selections here are based on the original Adafruit Learning System
// guide for the Teensy 3.x project. Some of these pin numbers don't even
// exist on the smaller SAMD M0 & M4 boards, so you may need to make other

View file

@ -1,3 +1,7 @@
// SPDX-FileCopyrightText: 2018 John Edgar Park for Adafruit Industries
//
// SPDX-License-Identifier: MIT
#define SCLERA_WIDTH 200
#define SCLERA_HEIGHT 200

View file

@ -1,3 +1,7 @@
// SPDX-FileCopyrightText: 2018 John Edgar Park for Adafruit Industries
//
// SPDX-License-Identifier: MIT
#define IRIS_MIN 80 // Override default iris size limits in sketch
#define IRIS_MAX 400

View file

@ -1,3 +1,7 @@
// SPDX-FileCopyrightText: 2018 John Edgar Park for Adafruit Industries
//
// SPDX-License-Identifier: MIT
#define SCLERA_WIDTH 128
#define SCLERA_HEIGHT 128

View file

@ -1,3 +1,7 @@
// SPDX-FileCopyrightText: 2018 John Edgar Park for Adafruit Industries
//
// SPDX-License-Identifier: MIT
// Logo helps with screen orientation & positioning
#define LOGO_TOP_WIDTH 59

View file

@ -1,3 +1,7 @@
// SPDX-FileCopyrightText: 2018 John Edgar Park for Adafruit Industries
//
// SPDX-License-Identifier: MIT
#define IRIS_MIN 180 // Override default iris size limits in sketch
#define IRIS_MAX 750

View file

@ -1,3 +1,7 @@
// SPDX-FileCopyrightText: 2018 John Edgar Park for Adafruit Industries
//
// SPDX-License-Identifier: MIT
#define IRIS_MIN 120 // Override default iris size limits in sketch
#define IRIS_MAX 550

View file

@ -1,3 +1,7 @@
// SPDX-FileCopyrightText: 2018 Limor Fried for Adafruit Industries
//
// SPDX-License-Identifier: MIT
/*********************************************************************
This is an example for our nRF51822 based Bluefruit LE modules

View file

@ -1,3 +1,7 @@
// SPDX-FileCopyrightText: 2018 Limor Fried for Adafruit Industries
//
// SPDX-License-Identifier: MIT
// COMMON SETTINGS
// ----------------------------------------------------------------------------------------------
// These settings are used in both SW UART, HW UART and SPI mode

View file

@ -1,3 +1,7 @@
// SPDX-FileCopyrightText: 2018 Limor Fried for Adafruit Industries
//
// SPDX-License-Identifier: MIT
#include <string.h>
#include <Arduino.h>
#include <SPI.h>

View file

@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2021 Carter Nelson for Adafruit Industries
#
# SPDX-License-Identifier: MIT
import time
import board
import displayio

View file

@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2019 Mike Cogliano for Adafruit Industries
#
# SPDX-License-Identifier: MIT
import os
import time
import json

View file

@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2020 Carter Nelson for Adafruit Industries
#
# SPDX-License-Identifier: MIT
import time
import terminalio
import displayio

View file

@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2020 FoamyGuy for Adafruit Industries
#
# SPDX-License-Identifier: MIT
"""
This example script shows the usage of servos, LEDs, and buttons all
used simultaneously without interrupting each other.

View file

@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2020 FoamyGuy for Adafruit Industries
#
# SPDX-License-Identifier: MIT
"""
This example script shows the usage of servos, and LEDs
used simultaneously without interrupting each other.

View file

@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2020 FoamyGuy for Adafruit Industries
#
# SPDX-License-Identifier: MIT
"""
Using time.monotonic() to blink the built-in LED.

View file

@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2020 FoamyGuy for Adafruit Industries
#
# SPDX-License-Identifier: MIT
"""
This example script shows how to read button state with
debouncing that does not rely on time.sleep().

View file

@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2020 FoamyGuy for Adafruit Industries
#
# SPDX-License-Identifier: MIT
"""
This example script shows how to blink multiple LEDs at different
rates simultaneously without each affecting the others.

View file

@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2020 FoamyGuy for Adafruit Industries
#
# SPDX-License-Identifier: MIT
"""
Blinking multiple LEDs at different rates.