Third batch of files for SPDX
This commit is contained in:
parent
715923c98f
commit
d566d13389
10 changed files with 38 additions and 0 deletions
|
|
@ -1,3 +1,6 @@
|
||||||
|
// SPDX-FileCopyrightText: 2018 Arduino SA
|
||||||
|
//
|
||||||
|
// SPDX-License-Identifier: GPL-2.1-or-later
|
||||||
/*
|
/*
|
||||||
SerialNINAPassthrough - Use esptool to flash the ESP32 module
|
SerialNINAPassthrough - Use esptool to flash the ESP32 module
|
||||||
For use with PyPortal, Metro M4 WiFi...
|
For use with PyPortal, Metro M4 WiFi...
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,6 @@
|
||||||
|
// SPDX-FileCopyrightText: 2018 Arduino SA
|
||||||
|
//
|
||||||
|
// SPDX-License-Identifier: GPL-2.1-or-later
|
||||||
/*
|
/*
|
||||||
RP2040-SerialESPPassthrough - Used for flashing ESP32 module
|
RP2040-SerialESPPassthrough - Used for flashing ESP32 module
|
||||||
with the Raspberry Pi RP2040.
|
with the Raspberry Pi RP2040.
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,7 @@
|
||||||
|
// SPDX-FileCopyrightText: 2019 Limor Fried/Ladyada for Adafruit Industries
|
||||||
|
//
|
||||||
|
// SPDX-License-Identifier: MIT
|
||||||
|
//
|
||||||
// Stream MP3s over WiFi on Metro M4 Express and play via music maker shield
|
// Stream MP3s over WiFi on Metro M4 Express and play via music maker shield
|
||||||
|
|
||||||
//#define DEBUG_OUTPUT
|
//#define DEBUG_OUTPUT
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,7 @@
|
||||||
|
// SPDX-FileCopyrightText: 2020 Limor Fried/Ladyada for Adafruit Industries
|
||||||
|
//
|
||||||
|
// SPDX-License-Identifier: MIT
|
||||||
|
//
|
||||||
// Stream MP3s over WiFi on Metro M4 Express and play via music maker shield
|
// Stream MP3s over WiFi on Metro M4 Express and play via music maker shield
|
||||||
|
|
||||||
//#define DEBUG_OUTPUT
|
//#define DEBUG_OUTPUT
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,7 @@
|
||||||
|
# SPDX-FileCopyrightText: 2021 Kattni Rembor for Adafruit Industries
|
||||||
|
#
|
||||||
|
# SPDX-License-Identifier: MIT
|
||||||
|
#
|
||||||
"""CircuitPython Digital Input example for Feather RP2040"""
|
"""CircuitPython Digital Input example for Feather RP2040"""
|
||||||
import board
|
import board
|
||||||
import digitalio
|
import digitalio
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,7 @@
|
||||||
|
# SPDX-FileCopyrightText: 2020 Kattni Rembor for Adafruit Industries
|
||||||
|
#
|
||||||
|
# SPDX-License-Identifier: MIT
|
||||||
|
#
|
||||||
"""Sensor demo for Adafruit Feather Sense. Prints data from each of the sensors."""
|
"""Sensor demo for Adafruit Feather Sense. Prints data from each of the sensors."""
|
||||||
import time
|
import time
|
||||||
import array
|
import array
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,7 @@
|
||||||
|
// SPDX-FileCopyrightText: 2020 Carter Nelson for Adafruit Industries
|
||||||
|
//
|
||||||
|
// SPDX-License-Identifier: MIT
|
||||||
|
//
|
||||||
#include <Adafruit_APDS9960.h>
|
#include <Adafruit_APDS9960.h>
|
||||||
#include <Adafruit_BMP280.h>
|
#include <Adafruit_BMP280.h>
|
||||||
#include <Adafruit_LIS3MDL.h>
|
#include <Adafruit_LIS3MDL.h>
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,7 @@
|
||||||
|
# SPDX-FileCopyrightText: 2021 Kattni Rembor for Adafruit Industries
|
||||||
|
#
|
||||||
|
# SPDX-License-Identifier: MIT
|
||||||
|
#
|
||||||
"""CircuitPython Digital Input Example for FunHouse"""
|
"""CircuitPython Digital Input Example for FunHouse"""
|
||||||
import board
|
import board
|
||||||
import digitalio
|
import digitalio
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,7 @@
|
||||||
|
# SPDX-FileCopyrightText: 2021 Kattni Rembor for Adafruit Industries
|
||||||
|
#
|
||||||
|
# SPDX-License-Identifier: MIT
|
||||||
|
#
|
||||||
"""CircuitPython DotStar rainbow example for FunHouse"""
|
"""CircuitPython DotStar rainbow example for FunHouse"""
|
||||||
import time
|
import time
|
||||||
import board
|
import board
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,7 @@
|
||||||
|
# SPDX-FileCopyrightText: 2021 Kattni Rembor for Adafruit Industries
|
||||||
|
#
|
||||||
|
# SPDX-License-Identifier: MIT
|
||||||
|
#
|
||||||
"""CircuitPython DotStar red, green, blue example for FunHouse"""
|
"""CircuitPython DotStar red, green, blue example for FunHouse"""
|
||||||
import time
|
import time
|
||||||
import board
|
import board
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue