Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions BLE_Vibration_Bracelet/code.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2020 Liz Clark for Adafruit Industries
#
# SPDX-License-Identifier: MIT

import time
import board
import busio
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2019 Mikey Sklar for Adafruit Industries
#
# SPDX-License-Identifier: MIT

# Example for RC timing reading for Raspberry Pi
# using CircuitPython Libraries

Expand Down
4 changes: 4 additions & 0 deletions Bluetooth_Talking_Dog_Collar/BLEdogCollar/BLEdogCollar.ino
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
// SPDX-FileCopyrightText: 2019 Anne Barela for Adafruit Industries
//
// SPDX-License-Identifier: MIT

// Smartphone-activated audio gizmo (e.g. talking dog collar).
// Uses the following Adafruit parts:
//
Expand Down
4 changes: 4 additions & 0 deletions CPX_Compass/code.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2018 Dave Astels for Adafruit Industries
#
# SPDX-License-Identifier: MIT

"""
Circuit Playground Express Compass

Expand Down
4 changes: 4 additions & 0 deletions Christmas_Soundboard/code.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2018 Limor Fried for Adafruit Industries
#
# SPDX-License-Identifier: MIT

import time
import board
import audioio
Expand Down
4 changes: 4 additions & 0 deletions Christmas_Soundboard/color_names.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2018 Limor Fried for Adafruit Industries
#
# SPDX-License-Identifier: MIT

RED = 0xFF0000
MAROON = 0x800000
ORANGE = 0xFF6600
Expand Down
4 changes: 4 additions & 0 deletions CircuitStonks/code.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2020 Limor Fried for Adafruit Industries
#
# SPDX-License-Identifier: MIT

import time
import board
from digitalio import DigitalInOut
Expand Down
4 changes: 4 additions & 0 deletions CircuitStonks/secrets.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2020 Limor Fried for Adafruit Industries
#
# SPDX-License-Identifier: MIT


secrets = {
'ssid' : 'myssid',
Expand Down
4 changes: 4 additions & 0 deletions Circuit_Playground_Express_IR_Zombie_Game/code.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2018 Kattni Rembor for Adafruit Industries
#
# SPDX-License-Identifier: MIT

import time
import pulseio
import board
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2021 Liz Clark for Adafruit Industries
#
# SPDX-License-Identifier: MIT

'''Adapted from the FFT Example: Waterfall Spectrum Analyzer
by Jeff Epler
https://learn.adafruit.com/ulab-crunch-numbers-fast-with-circuitpython/overview '''
Expand Down
4 changes: 4 additions & 0 deletions Flora_TV_B_Gone/Flora_TV_B_Gone.ino
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
// SPDX-FileCopyrightText: 2018 Limor Fried for Adafruit Industries
//
// SPDX-License-Identifier: MIT

/*
Flora TV-B-Gone

Expand Down
4 changes: 4 additions & 0 deletions Flora_TV_B_Gone/WORLDcodes.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
// SPDX-FileCopyrightText: 2018 Limor Fried for Adafruit Industries
//
// SPDX-License-Identifier: MIT

/*
TV-B-Gone for Arduino version 0.001
Ported to Arduino by Ken Shirriff, Dec 3, 2009
Expand Down
4 changes: 4 additions & 0 deletions Flora_TV_B_Gone/main.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
// SPDX-FileCopyrightText: 2018 Limor Fried for Adafruit Industries
//
// SPDX-License-Identifier: MIT

#include <avr/pgmspace.h>


Expand Down
4 changes: 4 additions & 0 deletions HAL-9000/HAL-9000.ino
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
// SPDX-FileCopyrightText: 2018 Anne Barela for Adafruit Industries
//
// SPDX-License-Identifier: MIT

// Random HAL demo; adapted from PiSpeak sketch. When button
// on A0 is pressed, plays a random WAV file from a list.

Expand Down
4 changes: 4 additions & 0 deletions HalloWing_Tour_Guide/code.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2018 Dave Astels for Adafruit Industries
#
# SPDX-License-Identifier: MIT

"""
HalloWing GPS Tour Guide

Expand Down
4 changes: 4 additions & 0 deletions Lobe_Cat_Detector/lobe-cat-detector.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2021 Melissa LeBlanc-Williams for Adafruit Industries
#
# SPDX-License-Identifier: MIT

import time
from enum import Enum, auto
import board
Expand Down
4 changes: 4 additions & 0 deletions PyPortal_Astronauts/code.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2019 Limor Fried for Adafruit Industries
#
# SPDX-License-Identifier: MIT

"""
This example will access the open-notify people in space API, the number of
astronauts and their names... and display it on a screen!
Expand Down
4 changes: 4 additions & 0 deletions PyPortal_IOT_Scale/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

"""
PyPortal Smart Scale
an internet of things smart-scale for Adafruit IO
Expand Down
4 changes: 4 additions & 0 deletions QT_Py_Timer/QT_Py_Activity_Timer/code.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2020 Kattni Rembor for Adafruit Industries
#
# SPDX-License-Identifier: MIT

import time
import board
import adafruit_lis3dh
Expand Down
4 changes: 4 additions & 0 deletions QT_Py_Timer/QT_Py_Hydration_Reminder/code.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2020 Kattni Rembor for Adafruit Industries
#
# SPDX-License-Identifier: MIT

import time
import board
import adafruit_lis3dh
Expand Down