Skip to content

Commit

Permalink
Merge pull request #1876 from dherrada/spdx_-2
Browse files Browse the repository at this point in the history
PR -2 Did 10 more projects
  • Loading branch information
evaherrada authored Oct 19, 2021
2 parents 3e6bdc0 + 4a6067f commit 182957d
Show file tree
Hide file tree
Showing 14 changed files with 59 additions and 3 deletions.
4 changes: 4 additions & 0 deletions Yoga_Pose_Chime/code.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2020 John Park for Adafruit Industries
#
# SPDX-License-Identifier: MIT

# Yoga pose timer
# Requires CLUE with solenoid transistor driver circuit

Expand Down
4 changes: 4 additions & 0 deletions adafruitio-adt7410/adafruit_io_adt7410.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

"""
'adafruit_io_adt7410.py'
==================================
Expand Down
6 changes: 5 additions & 1 deletion adafruitio-adt7410/adafruitio-adt7410.ino
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

// Adafruit IO ADT7410 Example
//
// Adafruit invests time and resources providing this open source code.
Expand Down Expand Up @@ -171,4 +175,4 @@ void loop()
{
delay(1000);
}
}
}
4 changes: 4 additions & 0 deletions adafruitio-temp-motion-wing/adafruitio-temp-motion-wing.ino
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

// Adafruit IO - Analog Devices ADT7410 + ADXL343 Example
//
// Adafruit invests time and resources providing this open source code.
Expand Down
6 changes: 5 additions & 1 deletion adalogger/adalogger.ino
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
// SPDX-FileCopyrightText: 2019 Limor Fried/ladyada for Adafruit Industries
//
// SPDX-License-Identifier: MIT

#include <SPI.h>
#include <SD.h>

Expand Down Expand Up @@ -71,4 +75,4 @@ void loop() {
digitalWrite(8, LOW);

delay(100);
}
}
4 changes: 4 additions & 0 deletions color_touch_pendant/color_touch_pendant.ino
Original file line number Diff line number Diff line change
@@ -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
// 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.
Expand Down
4 changes: 4 additions & 0 deletions eink_FeatherWing_stand/code.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2019 Noe Ruiz for Adafruit Industries
#
# SPDX-License-Identifier: MIT

import digitalio
import busio
import board
Expand Down
4 changes: 4 additions & 0 deletions fauxmo_guide/fauxmo-basic/fauxmo-basic.ino
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

#include <Arduino.h>
#include <ESP8266WiFi.h>
#include <ESPAsyncTCP.h>
Expand Down
6 changes: 5 additions & 1 deletion fauxmo_guide/fauxmo-relay-neopixel/fauxmo-relay-neopixel.ino
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

#include <Arduino.h>
#include <Adafruit_NeoPixel.h>
#include <ESP8266WiFi.h>
Expand Down Expand Up @@ -139,4 +143,4 @@ uint32_t Wheel(byte WheelPos)
WheelPos -= 170;
return strip.Color(0, WheelPos * 3, 255 - WheelPos * 3);
}
}
}
4 changes: 4 additions & 0 deletions lightbox/code.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

"""
Lightbox driver program.
Expand Down
4 changes: 4 additions & 0 deletions lorawan_sensing_network/lora_device/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

"""
lora_device.py
Expand Down
4 changes: 4 additions & 0 deletions lorawan_sensing_network/lora_gateway/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

"""
Adafruit IO LoRa Gateway
Expand Down
4 changes: 4 additions & 0 deletions lorawan_sensing_network/ttn_feather_node/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

import time
import board
import busio
Expand Down
4 changes: 4 additions & 0 deletions neoMatrixMkI/neoMatrixMkI.ino
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

#include "Arduino.h"
#include "Keypad.h"
#include "Neosegment.h"
Expand Down

0 comments on commit 182957d

Please sign in to comment.