Skip to content

Commit e9b68b9

Browse files
committed
PR -2 Did 10 more projects
1 parent 242135b commit e9b68b9

File tree

14 files changed

+57
-0
lines changed

14 files changed

+57
-0
lines changed

Yoga_Pose_Chime/code.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# SPDX-FileCopyrightText: 2020 John Park for Adafruit Industries
2+
#
3+
# SPDX-License-Identifier: MIT
4+
15
# Yoga pose timer
26
# Requires CLUE with solenoid transistor driver circuit
37

adafruitio-adt7410/adafruit_io_adt7410.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# SPDX-FileCopyrightText: 2019 Brent Rubell for Adafruit Industries
2+
#
3+
# SPDX-License-Identifier: MIT
4+
15
"""
26
'adafruit_io_adt7410.py'
37
==================================

adafruitio-adt7410/adafruitio-adt7410.ino

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# SPDX-FileCopyrightText: 2019 Brent Rubell for Adafruit Industries
2+
#
3+
# SPDX-License-Identifier: MIT
4+
15
// Adafruit IO ADT7410 Example
26
//
37
// Adafruit invests time and resources providing this open source code.

adafruitio-temp-motion-wing/adafruitio-temp-motion-wing.ino

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# SPDX-FileCopyrightText: 2019 Brent Rubell for Adafruit Industries
2+
#
3+
# SPDX-License-Identifier: MIT
4+
15
// Adafruit IO - Analog Devices ADT7410 + ADXL343 Example
26
//
37
// Adafruit invests time and resources providing this open source code.

adalogger/adalogger.ino

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# SPDX-FileCopyrightText: 2019 Brent Rubell for Adafruit Industries
2+
#
3+
# SPDX-License-Identifier: MIT
4+
15
#include <SPI.h>
26
#include <SD.h>
37

color_touch_pendant/color_touch_pendant.ino

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# SPDX-FileCopyrightText: 2018 Erin St. Blaine for Adafruit Industries
2+
#
3+
# SPDX-License-Identifier: MIT
4+
15
// Code by Erin St. Blaine for Adafruit Industries
26
// Color Touch Pendant Tutorial: https://learn.adafruit.com/color-touch-pendant-necklace/introduction
37
// Two neopixel rings connected on pin 1 will cycle through gradient colors when the pendant is touched. For Gemma M0.

eink_FeatherWing_stand/code.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# SPDX-FileCopyrightText: 2019 Noe Ruiz for Adafruit Industries
2+
#
3+
# SPDX-License-Identifier: MIT
4+
15
import digitalio
26
import busio
37
import board

fauxmo_guide/fauxmo-basic/fauxmo-basic.ino

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# SPDX-FileCopyrightText: 2019 Brent Rubell for Adafruit Industries
2+
#
3+
# SPDX-License-Identifier: MIT
4+
15
#include <Arduino.h>
26
#include <ESP8266WiFi.h>
37
#include <ESPAsyncTCP.h>

fauxmo_guide/fauxmo-relay-neopixel/fauxmo-relay-neopixel.ino

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# SPDX-FileCopyrightText: 2019 Brent Rubell for Adafruit Industries
2+
#
3+
# SPDX-License-Identifier: MIT
4+
15
#include <Arduino.h>
26
#include <Adafruit_NeoPixel.h>
37
#include <ESP8266WiFi.h>

lightbox/code.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# SPDX-FileCopyrightText: 2019 Kattni Rembor for Adafruit Industries
2+
# SPDX-FileCopyrightText: 2019 Dave Astels for Adafruit Industries
3+
#
4+
# SPDX-License-Identifier: MIT
5+
16
"""
27
Lightbox driver program.
38

lorawan_sensing_network/lora_device/code.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# SPDX-FileCopyrightText: 2019 Brent Rubell for Adafruit Industries
2+
#
3+
# SPDX-License-Identifier: MIT
4+
15
"""
26
lora_device.py
37

lorawan_sensing_network/lora_gateway/code.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# SPDX-FileCopyrightText: 2019 Brent Rubell for Adafruit Industries
2+
#
3+
# SPDX-License-Identifier: MIT
4+
15
"""
26
Adafruit IO LoRa Gateway
37

lorawan_sensing_network/ttn_feather_node/code.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# SPDX-FileCopyrightText: 2019 Brent Rubell for Adafruit Industries
2+
#
3+
# SPDX-License-Identifier: MIT
4+
15
import time
26
import board
37
import busio

neoMatrixMkI/neoMatrixMkI.ino

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# SPDX-FileCopyrightText: 2017 John Park for Adafruit Industries
2+
#
3+
# SPDX-License-Identifier: MIT
4+
15
#include "Arduino.h"
26
#include "Keypad.h"
37
#include "Neosegment.h"

0 commit comments

Comments
 (0)