PR -2 Did 10 more projects

This commit is contained in:
dherrada 2021-09-30 15:12:55 -04:00
parent 242135b798
commit e9b68b9efb
14 changed files with 57 additions and 0 deletions

View file

@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2020 John Park for Adafruit Industries
#
# SPDX-License-Identifier: MIT
# Yoga pose timer # Yoga pose timer
# Requires CLUE with solenoid transistor driver circuit # Requires CLUE with solenoid transistor driver circuit

View file

@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2019 Brent Rubell for Adafruit Industries
#
# SPDX-License-Identifier: MIT
""" """
'adafruit_io_adt7410.py' 'adafruit_io_adt7410.py'
================================== ==================================

View file

@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2019 Brent Rubell for Adafruit Industries
#
# SPDX-License-Identifier: MIT
// Adafruit IO ADT7410 Example // Adafruit IO ADT7410 Example
// //
// Adafruit invests time and resources providing this open source code. // Adafruit invests time and resources providing this open source code.

View file

@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2019 Brent Rubell for Adafruit Industries
#
# SPDX-License-Identifier: MIT
// Adafruit IO - Analog Devices ADT7410 + ADXL343 Example // Adafruit IO - Analog Devices ADT7410 + ADXL343 Example
// //
// Adafruit invests time and resources providing this open source code. // Adafruit invests time and resources providing this open source code.

View file

@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2019 Brent Rubell for Adafruit Industries
#
# SPDX-License-Identifier: MIT
#include <SPI.h> #include <SPI.h>
#include <SD.h> #include <SD.h>

View file

@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2018 Erin St. Blaine for Adafruit Industries
#
# SPDX-License-Identifier: MIT
// Code by Erin St. Blaine for Adafruit Industries // Code by Erin St. Blaine for Adafruit Industries
// Color Touch Pendant Tutorial: https://learn.adafruit.com/color-touch-pendant-necklace/introduction // Color Touch Pendant Tutorial: https://learn.adafruit.com/color-touch-pendant-necklace/introduction
// Two neopixel rings connected on pin 1 will cycle through gradient colors when the pendant is touched. For Gemma M0. // Two neopixel rings connected on pin 1 will cycle through gradient colors when the pendant is touched. For Gemma M0.

View file

@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2019 Noe Ruiz for Adafruit Industries
#
# SPDX-License-Identifier: MIT
import digitalio import digitalio
import busio import busio
import board import board

View file

@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2019 Brent Rubell for Adafruit Industries
#
# SPDX-License-Identifier: MIT
#include <Arduino.h> #include <Arduino.h>
#include <ESP8266WiFi.h> #include <ESP8266WiFi.h>
#include <ESPAsyncTCP.h> #include <ESPAsyncTCP.h>

View file

@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2019 Brent Rubell for Adafruit Industries
#
# SPDX-License-Identifier: MIT
#include <Arduino.h> #include <Arduino.h>
#include <Adafruit_NeoPixel.h> #include <Adafruit_NeoPixel.h>
#include <ESP8266WiFi.h> #include <ESP8266WiFi.h>

View file

@ -1,3 +1,8 @@
# SPDX-FileCopyrightText: 2019 Kattni Rembor for Adafruit Industries
# SPDX-FileCopyrightText: 2019 Dave Astels for Adafruit Industries
#
# SPDX-License-Identifier: MIT
""" """
Lightbox driver program. Lightbox driver program.

View file

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

View file

@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2019 Brent Rubell for Adafruit Industries
#
# SPDX-License-Identifier: MIT
""" """
Adafruit IO LoRa Gateway Adafruit IO LoRa Gateway

View file

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

View file

@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2017 John Park for Adafruit Industries
#
# SPDX-License-Identifier: MIT
#include "Arduino.h" #include "Arduino.h"
#include "Keypad.h" #include "Keypad.h"
#include "Neosegment.h" #include "Neosegment.h"