Skip to content

Commit

Permalink
Merge pull request #1855 from dherrada/spdx_-1
Browse files Browse the repository at this point in the history
Did last 20 file renames
  • Loading branch information
evaherrada authored Oct 19, 2021
2 parents a14e7f2 + 5b33ec1 commit 3e6bdc0
Show file tree
Hide file tree
Showing 20 changed files with 80 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pi_radio/radio_lorawan.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2018 Brent Rubell for Adafruit Industries
#
# SPDX-License-Identifier: MIT

"""
Example for using the RFM9x Radio with Raspberry Pi and LoRaWAN
Expand Down
4 changes: 4 additions & 0 deletions pi_radio/radio_rfm69.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2018 Brent Rubell for Adafruit Industries
#
# SPDX-License-Identifier: MIT

"""
Example for using the RFM69HCW Radio with Raspberry Pi.
Expand Down
4 changes: 4 additions & 0 deletions pi_radio/radio_rfm9x.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2018 Brent Rubell for Adafruit Industries
#
# SPDX-License-Identifier: MIT

"""
Example for using the RFM9x Radio with Raspberry Pi.
Expand Down
4 changes: 4 additions & 0 deletions pi_radio/rfm69_check.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2018 Brent Rubell for Adafruit Industries
#
# SPDX-License-Identifier: MIT

"""
Wiring Check, Pi Radio w/RFM69
Expand Down
4 changes: 4 additions & 0 deletions pi_radio/rfm9x_check.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2018 Brent Rubell for Adafruit Industries
#
# SPDX-License-Identifier: MIT

"""
Wiring Check, Pi Radio w/RFM9x
Expand Down
4 changes: 4 additions & 0 deletions pi_rplidar/display_lidar_pi.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2019 Dave Astels for Adafruit Industries
#
# SPDX-License-Identifier: MIT

"""
Consume LIDAR measurement file and create an image for display.
Expand Down
4 changes: 4 additions & 0 deletions pyportal_pet_planter/code.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2020 Brent Rubell for Adafruit Industries
#
# SPDX-License-Identifier: MIT

import time

import board
Expand Down
4 changes: 4 additions & 0 deletions pyportal_weather_station/code.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2019 Brent Rubell for Adafruit Industries
#
# SPDX-License-Identifier: MIT

"""
PyPortal Weather Station
==============================================
Expand Down
4 changes: 4 additions & 0 deletions pyportal_weather_station/weatherstation_helper.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2019 Brent Rubell for Adafruit Industries
#
# SPDX-License-Identifier: MIT

"""
Helper file for
pyportal_weatherstation.py
Expand Down
4 changes: 4 additions & 0 deletions raver_bandolier/code.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2017 Mikey Skylar for Adafruit Industries
#
# SPDX-License-Identifier: MIT

import time
from rainbowio import colorwheel
import board
Expand Down
4 changes: 4 additions & 0 deletions rp2040_ble_airlift/ble-bluefruit-color-picker-rp2040/code.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2021 Brent Rubell for Adafruit Industries
#
# SPDX-License-Identifier: MIT

import board
import neopixel

Expand Down
4 changes: 4 additions & 0 deletions rp2040_ble_airlift/ble-bluefruit-uart-echo-rp2040/code.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2021 Brent Rubell for Adafruit Industries
#
# SPDX-License-Identifier: MIT

import board
from adafruit_ble import BLERadio
from adafruit_ble.advertising.standard import ProvideServicesAdvertisement
Expand Down
4 changes: 4 additions & 0 deletions seesaw/code.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2018 Dan Halbert for Adafruit Industries
#
# SPDX-License-Identifier: MIT

import time

import board
Expand Down
4 changes: 4 additions & 0 deletions simple_strand_palettes/simple_strand_palettes.ino
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
// SPDX-FileCopyrightText: 2017 Erin St. Blaine for Adafruit Industries
//
// SPDX-License-Identifier: MIT


#include "FastLED.h"

Expand Down
4 changes: 4 additions & 0 deletions ufo/code.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2017 John Park for Adafruit Industries
#
# SPDX-License-Identifier: MIT

"""
UFO Flying Saucer with Circuit Playground Express
https://learn.adafruit.com/ufo-circuit-playground-express/
Expand Down
5 changes: 5 additions & 0 deletions ulab_Crunch_Numbers_Fast/benchmark/code.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# SPDX-FileCopyrightText: 2020 Jeff Epler for Adafruit Industries
# SPDX-FileCopyrightText: 2020 Zoltán Vörös for Adafruit Industries
#
# SPDX-License-Identifier: MIT

import time
import math
from ulab import numpy as np
Expand Down
4 changes: 4 additions & 0 deletions ulab_Crunch_Numbers_Fast/cluebarometer/code.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2020 Jeff Epler for Adafruit Industries
#
# SPDX-License-Identifier: MIT

import time

import adafruit_bmp280
Expand Down
4 changes: 4 additions & 0 deletions ulab_Crunch_Numbers_Fast/cluepulse/code.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2020 Jeff Epler for Adafruit Industries
#
# SPDX-License-Identifier: MIT

import time

import adafruit_apds9960.apds9960
Expand Down
3 changes: 3 additions & 0 deletions ulab_Crunch_Numbers_Fast/ledwave/code.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# SPDX-FileCopyrightText: 2020 Jeff Epler for Adafruit Industries
#
# SPDX-License-Identifier: MIT
import random

import board
Expand Down
4 changes: 4 additions & 0 deletions ulab_Crunch_Numbers_Fast/waterfall/code.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2020 Jeff Epler for Adafruit Industries
#
# SPDX-License-Identifier: MIT

"""Waterfall FFT demo adapted from
https://teaandtechtime.com/fft-circuitpython-library/
to work with ulab on Adafruit CLUE"""
Expand Down

0 comments on commit 3e6bdc0

Please sign in to comment.