Did last 20 file renames

This commit is contained in:
dherrada 2021-09-30 14:49:27 -04:00
parent 242135b798
commit 7d3c4b334a
20 changed files with 80 additions and 0 deletions

View file

@ -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

View file

@ -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.

View file

@ -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.

View file

@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2018 Brent Rubell for Adafruit Industries
#
# SPDX-License-Identifier: MIT
"""
Wiring Check, Pi Radio w/RFM69

View file

@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2018 Brent Rubell for Adafruit Industries
#
# SPDX-License-Identifier: MIT
"""
Wiring Check, Pi Radio w/RFM9x

View file

@ -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.

View file

@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2020 Brent Rubell for Adafruit Industries
#
# SPDX-License-Identifier: MIT
import time
import board

View file

@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2019 Brent Rubell for Adafruit Industries
#
# SPDX-License-Identifier: MIT
"""
PyPortal Weather Station
==============================================

View file

@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2019 Brent Rubell for Adafruit Industries
#
# SPDX-License-Identifier: MIT
"""
Helper file for
pyportal_weatherstation.py

View file

@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2017 Mikey Skylar for Adafruit Industries
#
# SPDX-License-Identifier: MIT
import time
from rainbowio import colorwheel
import board

View file

@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2021 Brent Rubell for Adafruit Industries
#
# SPDX-License-Identifier: MIT
import board
import neopixel

View file

@ -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

View file

@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2018 Dan Halbert for Adafruit Industries
#
# SPDX-License-Identifier: MIT
import time
import board

View file

@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2017 firepixie for Adafruit Industries
#
# SPDX-License-Identifier: MIT
#include "FastLED.h"

View file

@ -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/

View file

@ -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

View file

@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2020 Jeff Epler for Adafruit Industries
#
# SPDX-License-Identifier: MIT
import time
import adafruit_bmp280

View file

@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2020 Jeff Epler for Adafruit Industries
#
# SPDX-License-Identifier: MIT
import time
import adafruit_apds9960.apds9960

View file

@ -1,3 +1,6 @@
# SPDX-FileCopyrightText: 2020 Jeff Epler for Adafruit Industries
#
# SPDX-License-Identifier: MIT
import random
import board

View file

@ -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"""