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 Adafruit_UDA1334A/CircuitPython_I2S_Tone/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 array
import math
Expand Down
4 changes: 4 additions & 0 deletions Adafruit_UDA1334A/CircuitPython_I2S_Wave/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 audiocore
import board
import audiobusio
Expand Down
4 changes: 4 additions & 0 deletions Adafruit_UDA1334A/I2S_Test_Script/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 board
import audiobusio
from microcontroller import Pin
Expand Down
4 changes: 4 additions & 0 deletions Adafruit_UDA1334A/SineTone/SineTone.ino
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
// SPDX-FileCopyrightText: 2017 Limor Fried for Adafruit Industries
//
// SPDX-License-Identifier: MIT

/*
This example generates a sine wave based tone at a specified frequency
and sample rate. Then outputs the data using the I2S interface.
Expand Down
4 changes: 4 additions & 0 deletions BowsetteCrown/code.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2018 Mikey Sklar for Adafruit Industries
#
# SPDX-License-Identifier: MIT

import time

import board
Expand Down
6 changes: 6 additions & 0 deletions Burning_Fire_Wizard_Staff/code.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# SPDX-FileCopyrightText: 2019 Kattni Rembor Adafruit Industries
# SPDX-FileCopyrightText: 2019 Erin St Blaine for Adafruit Industries
# SPDX-FileCopyrightText: 2019 Limor Fried for Adafruit Industries
#
# SPDX-License-Identifier: MIT

"""
Prop-Maker based Burning Wizard Staff
Adafruit invests time and resources providing this open source code.
Expand Down
4 changes: 4 additions & 0 deletions Dashblock_API/code.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2019 Isaac Wellish for Adafruit Industries
#
# SPDX-License-Identifier: MIT

"""
Dashblock API Adafruit Learn Guide Count demo
Use Dashblock to create a custom API for learn.adafruit.com,
Expand Down
4 changes: 4 additions & 0 deletions EInk_Autostereograms/boot.py
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

import board
import storage
from analogio import AnalogIn
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
// SPDX-FileCopyrightText: 2019 Dan Cogliano for Adafruit Industries
//
// SPDX-License-Identifier: MIT

/***************************************************
* Quote Display for Adafruit ePaper FeatherWings
* For use with Adafruit tricolor and monochrome ePaper FeatherWings
Expand Down
4 changes: 4 additions & 0 deletions Feather_ePaper_Quotes/adafruit_feather_quote/secrets.h
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

#ifndef _SECRET_H THEN
#define _SECRET_H

Expand Down
4 changes: 4 additions & 0 deletions MIDI_CLUE_BLE_Glove/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

"""
CLUE BLE MIDI
Sends MIDI CC values based on accelerometer x & y and proximity sensor
Expand Down
4 changes: 4 additions & 0 deletions Matrix_Portal_Scoreboard/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

# Scoreboard matrix display
# uses AdafruitIO to set scores and team names for a scoreboard
# Perfect for cornhole, ping pong, and other games
Expand Down
4 changes: 4 additions & 0 deletions Matrix_Sprite_Animation_Player/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

import time
import os
import board
Expand Down
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

#include <WiFi.h>
#include <PubSubClient.h>
#include "config.h"
Expand Down Expand Up @@ -420,4 +424,4 @@ void loop() {
delay(10); // delay in between reads for stability
client.loop();
}

26 changes: 15 additions & 11 deletions Mini_Smart_Home_with_Huzzah/HuzzahCrickitIOT-ESP32/config.h
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@

// Update these with values suitable for your network.

//enter your WIFI SSID and Password
#define ssid "Your SSID"
#define password "Your Password"

// Enter your MQTT server adderss or IP, MQTT username, and MQTT password.
#define mqtt_server "MyMQTTadress"
#define mqtt_user "MyMQTT"
#define mqtt_password "MyMQTTpass"
// SPDX-FileCopyrightText: 2019 Anne Barela for Adafruit Industries
//
// SPDX-License-Identifier: MIT


// Update these with values suitable for your network.

//enter your WIFI SSID and Password
#define ssid "Your SSID"
#define password "Your Password"

// Enter your MQTT server adderss or IP, MQTT username, and MQTT password.
#define mqtt_server "MyMQTTadress"
#define mqtt_user "MyMQTT"
#define mqtt_password "MyMQTTpass"
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

#include <ESP8266WiFi.h>
#include <PubSubClient.h>
#include "config.h"
Expand Down
4 changes: 4 additions & 0 deletions Mini_Smart_Home_with_Huzzah/HuzzahCrickitIOT-ESP8266/config.h
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

// Update these with values suitable for your network.

//enter your WIFI SSID and Password
Expand Down
4 changes: 4 additions & 0 deletions Pixel_Art_Slideshow/pixel_art_slideshow/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

"""
Slideshow Example using the Matrix Portal and 64 x 32 LED matrix display
Written by Melissa LeBlanc-Williams for Adafruit Industries
Expand Down
4 changes: 4 additions & 0 deletions PyLeap_CPB_NeoPixel_Blinky_demo/code.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2021 Trevor Beaton for Adafruit Industries
#
# SPDX-License-Identifier: MIT

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

import board
import digitalio
import adafruit_lis3dh
Expand Down