File tree 14 files changed +56
-0
lines changed
Vertical_Garden_Barometer
Voice2Json_Edge_Detection
Wearable_BLE_Temperature_Monitor
14 files changed +56
-0
lines changed Original file line number Diff line number Diff line change
1
+ # SPDX-FileCopyrightText: 2020 Erin St. Blaine for Adafruit Industries
2
+ #
3
+ # SPDX-License-Identifier: MIT
4
+
1
5
"""
2
6
Read the barometric reading in the air
3
7
Visualize air reading changes over time as a color animation on a NeoPixel strip
Original file line number Diff line number Diff line change
1
+ # SPDX-FileCopyrightText: 2021 John Park for Adafruit Industries
2
+ #
3
+ # SPDX-License-Identifier: MIT
4
+
1
5
import time
2
6
import board
3
7
import busio
Original file line number Diff line number Diff line change
1
+ # SPDX-FileCopyrightText: 2021 Melissa LeBlanc-Williams for Adafruit Industries
2
+ #
3
+ # SPDX-License-Identifier: MIT
4
+
1
5
import os
2
6
import subprocess
3
7
import random
Original file line number Diff line number Diff line change
1
+ # SPDX-FileCopyrightText: 2018 Dave Astels for Adafruit Industries
2
+ #
3
+ # SPDX-License-Identifier: MIT
4
+
1
5
"""
2
6
Main signal generator code.
3
7
Original file line number Diff line number Diff line change
1
+ # SPDX-FileCopyrightText: 2018 Dave Astels for Adafruit Industries
2
+ #
3
+ # SPDX-License-Identifier: MIT
4
+
1
5
"""
2
6
Display code for signal generator.
3
7
Original file line number Diff line number Diff line change
1
+ # SPDX-FileCopyrightText: 2018 Dave Astels for Adafruit Industries
2
+ #
3
+ # SPDX-License-Identifier: MIT
4
+
1
5
"""
2
6
Outpout generator code for signal generator.
3
7
Original file line number Diff line number Diff line change
1
+ # SPDX-FileCopyrightText: 2018 Dave Astels for Adafruit Industries
2
+ #
3
+ # SPDX-License-Identifier: MIT
4
+
1
5
"""
2
6
Signal generator wave shapes.
3
7
Original file line number Diff line number Diff line change
1
+ // SPDX-FileCopyrightText: 2020 Brent Rubell for Adafruit Industries
2
+ //
3
+ // SPDX-License-Identifier: MIT
4
+
1
5
/* ********************************************************************
2
6
Learn Guide: BLE Temperature Monitoring Armband
3
7
Original file line number Diff line number Diff line change
1
+ # SPDX-FileCopyrightText: 2020 John Park for Adafruit Industries
2
+ #
3
+ # SPDX-License-Identifier: MIT
4
+
1
5
# Matrix Weather display
2
6
# For Metro M4 Airlift with RGB Matrix shield, 64 x 32 RGB LED Matrix display
3
7
Original file line number Diff line number Diff line change
1
+ # SPDX-FileCopyrightText: 2020 John Park for Adafruit Industries
2
+ #
3
+ # SPDX-License-Identifier: MIT
4
+
1
5
import time
2
6
import displayio
3
7
from adafruit_display_text .label import Label
Original file line number Diff line number Diff line change
1
+ # SPDX-FileCopyrightText: 2021 Kattni Rembor for Adafruit Industries
2
+ #
3
+ # SPDX-License-Identifier: MIT
4
+
1
5
"""
2
6
Blink example for boards with ONLY a NeoPixel LED (e.g. without a built-in red LED).
3
7
Includes QT Py and various Trinkeys.
Original file line number Diff line number Diff line change
1
+ # SPDX-FileCopyrightText: 2020 John Park for Adafruit Industries
2
+ #
3
+ # SPDX-License-Identifier: MIT
4
+
1
5
"""
2
6
WINDOW SKULL for Adafruit Matrix Portal: animated spooky eyes and servomotor jaw
3
7
"""
Original file line number Diff line number Diff line change
1
+ # SPDX-FileCopyrightText: 2020 John Park for Adafruit Industries
2
+ #
3
+ # SPDX-License-Identifier: MIT
4
+
1
5
""" Configuration data for the skull eyes """
2
6
# Photo by Lina White on Unsplash: https://unsplash.com/photos/K9nxgkYf-RI
3
7
EYE_PATH = __file__ [:__file__ .rfind ('/' ) + 1 ]
Original file line number Diff line number Diff line change
1
+ # SPDX-FileCopyrightText: 2020 Erin St. Blaine for Adafruit Industries
2
+ #
3
+ # SPDX-License-Identifier: MIT
4
+
1
5
"""
2
6
FancyLED Necklace Insert Code
3
7
Written by Phil Burgess and Erin St Blaine for Adafruit Industries
You can’t perform that action at this time.
0 commit comments