Skip to content

Commit 182957d

Browse files
authored
Merge pull request #1876 from dherrada/spdx_-2
PR -2 Did 10 more projects
2 parents 3e6bdc0 + 4a6067f commit 182957d

File tree

14 files changed

+59
-3
lines changed

14 files changed

+59
-3
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: 5 additions & 1 deletion
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.
@@ -171,4 +175,4 @@ void loop()
171175
{
172176
delay(1000);
173177
}
174-
}
178+
}

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: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
// SPDX-FileCopyrightText: 2019 Limor Fried/ladyada for Adafruit Industries
2+
//
3+
// SPDX-License-Identifier: MIT
4+
15
#include <SPI.h>
26
#include <SD.h>
37

@@ -71,4 +75,4 @@ void loop() {
7175
digitalWrite(8, LOW);
7276

7377
delay(100);
74-
}
78+
}

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: 5 additions & 1 deletion
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>
@@ -139,4 +143,4 @@ uint32_t Wheel(byte WheelPos)
139143
WheelPos -= 170;
140144
return strip.Color(0, WheelPos * 3, 255 - WheelPos * 3);
141145
}
142-
}
146+
}

lightbox/code.py

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

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)