Skip to content

Commit 7e589a5

Browse files
authored
Merge pull request #2090 from adafruit/spdx-52
Did last 19 files
2 parents 0b97a91 + 9fbe6dc commit 7e589a5

File tree

19 files changed

+76
-0
lines changed

19 files changed

+76
-0
lines changed

Astrophotography_Tracker/code.py

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

Crickit_FlippyBot/BluefruitConfig.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
// SPDX-FileCopyrightText: 2018 Limor Fried for Adafruit Industries
2+
//
3+
// SPDX-License-Identifier: MIT
4+
15
// COMMON SETTINGS
26
// ----------------------------------------------------------------------------------------------
37
// These settings are used in both SW UART, HW UART and SPI mode

Crickit_FlippyBot/Crickit_FlippyBot.ino

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
// SPDX-FileCopyrightText: 2018 Dave Astels for Adafruit Industries
2+
//
3+
// SPDX-License-Identifier: MIT
4+
15
// Triangular leg robot.
26

37
// Bluetooth code is from Feather M0 Bluefruit controller example.

Crickit_FlippyBot/packetParser.cpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
// SPDX-FileCopyrightText: 2018 Limor Fried for Adafruit Industries
2+
//
3+
// SPDX-License-Identifier: MIT
4+
15
#include <string.h>
26
#include <Arduino.h>
37
#include <SPI.h>

Disc_Step_Sequencer/code.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# SPDX-FileCopyrightText: 2018 Dave Astels for Adafruit Industries
2+
#
3+
# SPDX-License-Identifier: MIT
4+
15
"""
26
Opto Mechanical Disc Step Sequencer from John Park's Workshop
37
Crickit Feather M4 Express, Crickit FeatherWing, continuous servo,

Getting_Started_With_Raspberry_Pi_Pico/built_in_led_on_off_delay/code.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# SPDX-FileCopyrightText: 2021 Kattni Rembor for Adafruit Industries
2+
#
3+
# SPDX-License-Identifier: MIT
4+
15
"""Example for Pico. Blinks the built-in LED."""
26
import time
37
import board

Getting_Started_With_Raspberry_Pi_Pico/burglar_alarm_on_off_light_and_sound/code.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# SPDX-FileCopyrightText: 2021 Kattni Rembor for Adafruit Industries
2+
#
3+
# SPDX-License-Identifier: MIT
4+
15
"""
26
A burglar alarm example for Pico. Slow flashing LED indicates alarm is ready. Quick flashing LED
37
and beeping buzzer indicate alarm has been triggered.

Getting_Started_With_Raspberry_Pi_Pico/button_and_led/code.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# SPDX-FileCopyrightText: 2021 Kattni Rembor for Adafruit Industries
2+
#
3+
# SPDX-License-Identifier: MIT
4+
15
"""
26
Button and LED example for Pico. Turns on LED when button is pressed.
37

Getting_Started_With_Raspberry_Pi_Pico/button_and_led_short/code.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# SPDX-FileCopyrightText: 2021 Kattni Rembor for Adafruit Industries
2+
#
3+
# SPDX-License-Identifier: MIT
4+
15
"""
26
Button and LED example for Pico. Turns on LED when button is pressed.
37

Getting_Started_With_Raspberry_Pi_Pico/data_logger_boot/code.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# SPDX-FileCopyrightText: 2021 Kattni Rembor for Adafruit Industries
2+
#
3+
# SPDX-License-Identifier: MIT
4+
15
"""
26
boot.py file for Pico data logging example. If pin GP0 is connected to GND when
37
the pico starts up, make the filesystem writeable by CircuitPython.

0 commit comments

Comments
 (0)