Fixed names
This commit is contained in:
parent
f4bfab5d89
commit
f98faba676
30 changed files with 33 additions and 33 deletions
|
|
@ -14,7 +14,7 @@
|
||||||
|
|
||||||
created 28 Mar 2011 by Limor Fried
|
created 28 Mar 2011 by Limor Fried
|
||||||
modified 9 Apr 2012 by Tom Igoe
|
modified 9 Apr 2012 by Tom Igoe
|
||||||
modified 12 Apr 2018 by Mike Barela
|
modified 12 Apr 2018 by Anne Barela
|
||||||
*/
|
*/
|
||||||
// include the SD library:
|
// include the SD library:
|
||||||
#include <SPI.h>
|
#include <SPI.h>
|
||||||
|
|
|
||||||
|
|
@ -12,7 +12,7 @@
|
||||||
created Nov 2010 by David A. Mellis
|
created Nov 2010 by David A. Mellis
|
||||||
modified 9 Apr 2012 by Tom Igoe
|
modified 9 Apr 2012 by Tom Igoe
|
||||||
modified 2 Feb 2014 by Scott Fitzgerald
|
modified 2 Feb 2014 by Scott Fitzgerald
|
||||||
modified 12 Apr 2018 by Mike Barela
|
modified 12 Apr 2018 by Anne Barela
|
||||||
|
|
||||||
This example code is in the public domain.
|
This example code is in the public domain.
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -13,7 +13,7 @@ Then you should be able to see the **CIRCUITPY** drive when connected via USB.
|
||||||
|
|
||||||
CircuitPython resources are at https://CircuitPython.Org/
|
CircuitPython resources are at https://CircuitPython.Org/
|
||||||
|
|
||||||
Code written by Dano Wall and Mike Barela for Adafruit Industries.
|
Code written by Dano Wall and Anne Barela for Adafruit Industries.
|
||||||
|
|
||||||
MIT License, please attribute.
|
MIT License, please attribute.
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,7 @@
|
||||||
Chirp Owl written by Becky Stern and T Main for Adafruit Industries
|
Chirp Owl written by Becky Stern and T Main for Adafruit Industries
|
||||||
Tutorial: http://learn.adafruit.com/chirping-plush-owl-toy/
|
Tutorial: http://learn.adafruit.com/chirping-plush-owl-toy/
|
||||||
|
|
||||||
Includes animal sounds by Mike Barela
|
Includes animal sounds by Anne Barela
|
||||||
http://learn.adafruit.com/adafruit-trinket-modded-stuffed-animal/animal-sounds
|
http://learn.adafruit.com/adafruit-trinket-modded-stuffed-animal/animal-sounds
|
||||||
|
|
||||||
based in part on Debounce
|
based in part on Debounce
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
# Chirp Owl written by Becky Stern and T Main for Adafruit Industries
|
# Chirp Owl written by Becky Stern and T Main for Adafruit Industries
|
||||||
# Tutorial: http://learn.adafruit.com/chirping-plush-owl-toy/
|
# Tutorial: http://learn.adafruit.com/chirping-plush-owl-toy/
|
||||||
|
|
||||||
# Includes animal sounds by Mike Barela
|
# Includes animal sounds by Anne Barela
|
||||||
# http://learn.adafruit.com/adafruit-trinket-modded-stuffed-animal/animal-sounds
|
# http://learn.adafruit.com/adafruit-trinket-modded-stuffed-animal/animal-sounds
|
||||||
# based in part on Debounce
|
# based in part on Debounce
|
||||||
# created 21 November 2006
|
# created 21 November 2006
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
# SPDX-FileCopyrightText: 2016 Damien P. George
|
# SPDX-FileCopyrightText: 2016 Damien P. George
|
||||||
# SPDX-FileCopyrightText: 2017 Scott Shawcroft for Adafruit Industries
|
# SPDX-FileCopyrightText: 2017 Scott Shawcroft for Adafruit Industries
|
||||||
# SPDX-FileCopyrightText: 2019 Carter Nelson
|
# SPDX-FileCopyrightText: 2019 Carter Nelson
|
||||||
# SPDX-FileCopyrightText: 2019 Roy Hooper
|
# SPDX-FileCopyrightText: 2019 Rose Hooper
|
||||||
# SPDX-FileCopyrightText: 2020 Jeff Epler
|
# SPDX-FileCopyrightText: 2020 Jeff Epler
|
||||||
#
|
#
|
||||||
# SPDX-License-Identifier: MIT
|
# SPDX-License-Identifier: MIT
|
||||||
|
|
@ -10,7 +10,7 @@
|
||||||
`neopio` - Neopixel strip driver using RP2040's PIO
|
`neopio` - Neopixel strip driver using RP2040's PIO
|
||||||
===================================================
|
===================================================
|
||||||
|
|
||||||
* Author(s): Damien P. George, Scott Shawcroft, Carter Nelson, Roy Hooper, Jeff Epler
|
* Author(s): Damien P. George, Scott Shawcroft, Carter Nelson, Rose Hooper, Jeff Epler
|
||||||
"""
|
"""
|
||||||
|
|
||||||
import adafruit_pioasm
|
import adafruit_pioasm
|
||||||
|
|
|
||||||
|
|
@ -14,7 +14,7 @@ Adafruit invests time and resources providing this open source code,
|
||||||
please support Adafruit and open-source hardware by purchasing
|
please support Adafruit and open-source hardware by purchasing
|
||||||
products from [Adafruit](https://www.adafruit.com)!
|
products from [Adafruit](https://www.adafruit.com)!
|
||||||
|
|
||||||
MIT license, designed and guide written by Dano Wall, code by Mike Barela
|
MIT license, designed and guide written by Dano Wall, code by Anne Barela
|
||||||
|
|
||||||
All text above, and the splash screen below must be included in any redistribution
|
All text above, and the splash screen below must be included in any redistribution
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
# Write the time for the Adafruit DS3231 real-time clock.
|
# Write the time for the Adafruit DS3231 real-time clock.
|
||||||
# Limor Fried/Mike Barela for Adafruit Industries
|
# Limor Fried/Anne Barela for Adafruit Industries
|
||||||
|
|
||||||
import time
|
import time
|
||||||
import board
|
import board
|
||||||
|
|
|
||||||
|
|
@ -10,7 +10,7 @@ Adafruit invests time and resources providing this open source code,
|
||||||
please support Adafruit and open-source hardware by purchasing
|
please support Adafruit and open-source hardware by purchasing
|
||||||
products from [Adafruit](https://www.adafruit.com)!
|
products from [Adafruit](https://www.adafruit.com)!
|
||||||
|
|
||||||
MIT license, guide written by Mike Barela, code by Limor Fried
|
MIT license, guide written by Anne Barela, code by Limor Fried
|
||||||
|
|
||||||
All text above, and the splash screen below must be included in any redistribution
|
All text above, and the splash screen below must be included in any redistribution
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
# Lucky Cat Maneki-neko with Circuit Playground Express
|
# Lucky Cat Maneki-neko with Circuit Playground Express
|
||||||
# Mike Barela for Adafruit Industries, MIT License
|
# Anne Barela for Adafruit Industries, MIT License
|
||||||
|
|
||||||
import time
|
import time
|
||||||
import board
|
import board
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
# Circuit Playground Express Piñata by Dano Wall for Adafruit Industries
|
# Circuit Playground Express Piñata by Dano Wall for Adafruit Industries
|
||||||
# CircuitPython code by Mike Barela for Adafruit Industries, MIT License
|
# CircuitPython code by Anne Barela for Adafruit Industries, MIT License
|
||||||
import time
|
import time
|
||||||
import random
|
import random
|
||||||
import board
|
import board
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
/*
|
/*
|
||||||
Close Encounters hat with 10 neopixels by Leslie Birch for Adafruit Industries.
|
Close Encounters hat with 10 neopixels by Leslie Birch for Adafruit Industries.
|
||||||
Notes play with each corresponding light.
|
Notes play with each corresponding light.
|
||||||
Based on code by Becky Stern, Mike Barela and T Main for Adafruit Industries
|
Based on code by Becky Stern, Anne Barela and T Main for Adafruit Industries
|
||||||
http://learn.adafruit.com/adafruit-trinket-modded-stuffed-animal/animal-sounds
|
http://learn.adafruit.com/adafruit-trinket-modded-stuffed-animal/animal-sounds
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
# CircuitPython for the Adafruit Learning System Tutorial
|
# CircuitPython for the Adafruit Learning System Tutorial
|
||||||
# Universal Marionette Kit
|
# Universal Marionette Kit
|
||||||
# Project by Dano Wall, code by Mike Barela for Adafruit Industries
|
# Project by Dano Wall, code by Anne Barela for Adafruit Industries
|
||||||
# MIT License
|
# MIT License
|
||||||
import time
|
import time
|
||||||
from adafruit_crickit import crickit
|
from adafruit_crickit import crickit
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
# Stumble Bot, coded in CircuitPython
|
# Stumble Bot, coded in CircuitPython
|
||||||
# Using an Adafruit Circuit Playground Express, Crickit, and 2 servos
|
# Using an Adafruit Circuit Playground Express, Crickit, and 2 servos
|
||||||
# Dano Wall, Mike Barela for Adafruit Industries, MIT License, May, 2018
|
# Dano Wall, Anne Barela for Adafruit Industries, MIT License, May, 2018
|
||||||
#
|
#
|
||||||
import time
|
import time
|
||||||
from digitalio import DigitalInOut, Direction, Pull
|
from digitalio import DigitalInOut, Direction, Pull
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
# main.py - code to test the Adafruit CRICKIT board with
|
# main.py - code to test the Adafruit CRICKIT board with
|
||||||
# the BBC micro:bit and MicroPython (NOT CircuitPython)
|
# the BBC micro:bit and MicroPython (NOT CircuitPython)
|
||||||
# MIT License by Limor Fried and Mike Barela, 2019
|
# MIT License by Limor Fried and Anne Barela, 2019
|
||||||
# This code requires the seesaw.py module as a driver
|
# This code requires the seesaw.py module as a driver
|
||||||
import time
|
import time
|
||||||
import seesaw
|
import seesaw
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
# Adafruit Grand Central Robot Xylophone Demo Program
|
# Adafruit Grand Central Robot Xylophone Demo Program
|
||||||
# Dano Wall and Mike Barela for Adafruit Industries
|
# Dano Wall and Anne Barela for Adafruit Industries
|
||||||
# MIT License
|
# MIT License
|
||||||
|
|
||||||
import time
|
import time
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,7 @@
|
||||||
# Coded for Circuit Playground Express but it may be
|
# Coded for Circuit Playground Express but it may be
|
||||||
# modified for any CircuitPython board with changes to
|
# modified for any CircuitPython board with changes to
|
||||||
# button, thermister and audio board definitions.
|
# button, thermister and audio board definitions.
|
||||||
# Mike Barela for Adafruit Industries, MIT License
|
# Anne Barela for Adafruit Industries, MIT License
|
||||||
|
|
||||||
import time
|
import time
|
||||||
import board
|
import board
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
// Simple read analog potentiometer on Circuit Playground Express or other board with pin change
|
// Simple read analog potentiometer on Circuit Playground Express or other board with pin change
|
||||||
// Mike Barela for Adafruit Industries 9/2018
|
// Anne Barela for Adafruit Industries 9/2018
|
||||||
|
|
||||||
#define ANALOGPIN A1 // For Circuit Playground Express
|
#define ANALOGPIN A1 // For Circuit Playground Express
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
// Read analog potentiometer on Circuit Playground Express or other board with changes
|
// Read analog potentiometer on Circuit Playground Express or other board with changes
|
||||||
// Mike Barela for Adafruit Industries 9/2018 based on
|
// Anne Barela for Adafruit Industries 9/2018 based on
|
||||||
// NeoPixel Ring simple sketch (c) 2013 Shae Erisson
|
// NeoPixel Ring simple sketch (c) 2013 Shae Erisson
|
||||||
// released under the GPLv3 license to match the rest of the AdaFruit NeoPixel library
|
// released under the GPLv3 license to match the rest of the AdaFruit NeoPixel library
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
# Isaac Wellish
|
# Isaac Wellish
|
||||||
# Code adapted from Mike Barela's Hello World of Robotics and
|
# Code adapted from Anne Barela's Hello World of Robotics and
|
||||||
# Make it Move with Crickit guides at learn.adafruit.com
|
# Make it Move with Crickit guides at learn.adafruit.com
|
||||||
# Power must be plugged into right side of motor 1 on CRICKIT
|
# Power must be plugged into right side of motor 1 on CRICKIT
|
||||||
# to turn counter clock wise
|
# to turn counter clock wise
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
# Music Box code in CircuitPython - Dano Wall and Mike Barela
|
# Music Box code in CircuitPython - Dano Wall and Anne Barela
|
||||||
# Revised by Ladyada 2019-01-16
|
# Revised by Ladyada 2019-01-16
|
||||||
|
|
||||||
from adafruit_crickit import crickit
|
from adafruit_crickit import crickit
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
# Simple paint program for Trellis M4 Express
|
# Simple paint program for Trellis M4 Express
|
||||||
# Press any button it will cycle through a palette of colors!
|
# Press any button it will cycle through a palette of colors!
|
||||||
#
|
#
|
||||||
# Mike Barela for Adafruit Industries November, 2018
|
# Anne Barela for Adafruit Industries November, 2018
|
||||||
#
|
#
|
||||||
import time
|
import time
|
||||||
import adafruit_trellism4
|
import adafruit_trellism4
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,7 @@ Adafruit invests time and resources providing this open source code,
|
||||||
please support Adafruit and open-source hardware by purchasing
|
please support Adafruit and open-source hardware by purchasing
|
||||||
products from [Adafruit](https://www.adafruit.com)!
|
products from [Adafruit](https://www.adafruit.com)!
|
||||||
|
|
||||||
MIT license, code by Mike Barela, project by the Ruiz Brothers
|
MIT license, code by Anne Barela, project by the Ruiz Brothers
|
||||||
|
|
||||||
All text above, and the splash screen below must be included in any redistribution
|
All text above, and the splash screen below must be included in any redistribution
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
# NeoTrellis Soundbox Remix - CircuitPython
|
# NeoTrellis Soundbox Remix - CircuitPython
|
||||||
# Noe and Pedro Ruiz, code by Mike Barela
|
# Noe and Pedro Ruiz, code by Anne Barela
|
||||||
# for Adafruit Industries, MIT License
|
# for Adafruit Industries, MIT License
|
||||||
|
|
||||||
import time
|
import time
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,7 @@ https://learn.adafruit.com/no-solder-papercraft-crystal-light-strand
|
||||||
|
|
||||||
Circuit Playground Bluetooth with LED strand attached runs 4 different variable animation modes.
|
Circuit Playground Bluetooth with LED strand attached runs 4 different variable animation modes.
|
||||||
|
|
||||||
Code by Roy Hooper using Adafruit's LED Animation Library:
|
Code by Rose Hooper using Adafruit's LED Animation Library:
|
||||||
https://learn.adafruit.com/circuitpython-led-animations/overview
|
https://learn.adafruit.com/circuitpython-led-animations/overview
|
||||||
"""
|
"""
|
||||||
# pylint: disable=attribute-defined-outside-init
|
# pylint: disable=attribute-defined-outside-init
|
||||||
|
|
|
||||||
|
|
@ -8,10 +8,10 @@ All the required libraries are listed at https://learn.adafruit.com/adafruit-pyb
|
||||||
Two files in the bounce directory: bounce.ino (the game) and logo.h (data for the Adafruit logo used on the splash screen).
|
Two files in the bounce directory: bounce.ino (the game) and logo.h (data for the Adafruit logo used on the splash screen).
|
||||||
Load both into the Arduino IDE.
|
Load both into the Arduino IDE.
|
||||||
|
|
||||||
Mike Barela, June 3, 2019 for Adafruit Industries
|
Anne Barela, June 3, 2019 for Adafruit Industries
|
||||||
|
|
||||||
This is a mod of game by R0D0T posted on http://r0d0t.tumblr.com/post/29641975900 and
|
This is a mod of game by R0D0T posted on http://r0d0t.tumblr.com/post/29641975900 and
|
||||||
Hackaday http://hackaday.com/2012/10/01/fantastic-programming-makes-this-arduino-gaming-device-something-special/
|
Hackaday http://hackaday.com/2012/10/01/fantastic-programming-makes-this-arduino-gaming-device-something-special/
|
||||||
which was published for Arduino Esplora by Mike Barela 2013
|
which was published for Arduino Esplora by Anne Barela 2013
|
||||||
|
|
||||||
Support Open Source development by buying your materials at [Adafruit.com](https://www.adafruit.com/).
|
Support Open Source development by buying your materials at [Adafruit.com](https://www.adafruit.com/).
|
||||||
|
|
|
||||||
|
|
@ -1,10 +1,10 @@
|
||||||
// Adafruit Arcada based Level Bounce Game
|
// Adafruit Arcada based Level Bounce Game
|
||||||
//
|
//
|
||||||
// Mike Barela, June 3, 2019 for Adafruit Industries
|
// Anne Barela, June 3, 2019 for Adafruit Industries
|
||||||
//
|
//
|
||||||
// Mod of game by R0D0T posted on http://r0d0t.tumblr.com/post/29641975900 and
|
// Mod of game by R0D0T posted on http://r0d0t.tumblr.com/post/29641975900 and
|
||||||
// Hackaday http://hackaday.com/2012/10/01/fantastic-programming-makes-this-arduino-gaming-device-something-special/
|
// Hackaday http://hackaday.com/2012/10/01/fantastic-programming-makes-this-arduino-gaming-device-something-special/
|
||||||
// which was published for Arduino Esplora by Mike Barela 2013
|
// which was published for Arduino Esplora by Anne Barela 2013
|
||||||
|
|
||||||
#include <Adafruit_Arcada.h>
|
#include <Adafruit_Arcada.h>
|
||||||
#include <Adafruit_Arcada_Def.h>
|
#include <Adafruit_Arcada_Def.h>
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
# Nintendo R.O.B. control with Accelerometer, code in CircuitPython
|
# Nintendo R.O.B. control with Accelerometer, code in CircuitPython
|
||||||
# Using an Adafruit Circuit Playground Express board with an IR LED
|
# Using an Adafruit Circuit Playground Express board with an IR LED
|
||||||
# Mike Barela for Adafruit Industries, MIT License, May, 2018
|
# Anne Barela for Adafruit Industries, MIT License, May, 2018
|
||||||
# Acknowledgement to info at http://atariage.com/forums/topic/177286
|
# Acknowledgement to info at http://atariage.com/forums/topic/177286
|
||||||
# -any-interest-in-nes-rob-homebrews/ and Limor Ladyada Fried
|
# -any-interest-in-nes-rob-homebrews/ and Limor Ladyada Fried
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
# Stumble bot, coded in CircuitPython
|
# Stumble bot, coded in CircuitPython
|
||||||
# Using an Adafruit Circuit Playground Express, Crickit, and 2 servos
|
# Using an Adafruit Circuit Playground Express, Crickit, and 2 servos
|
||||||
# Dano Wall, Mike Barela for Adafruit Industries, MIT License, May, 2018
|
# Dano Wall, Anne Barela for Adafruit Industries, MIT License, May, 2018
|
||||||
#
|
#
|
||||||
import time
|
import time
|
||||||
import board
|
import board
|
||||||
|
|
|
||||||
|
|
@ -18,7 +18,7 @@
|
||||||
by Bruce Allen and Bill Gentles
|
by Bruce Allen and Bill Gentles
|
||||||
|
|
||||||
Version 2.0 Adds Arduino IDE 1.6.7 and greater Wire support
|
Version 2.0 Adds Arduino IDE 1.6.7 and greater Wire support
|
||||||
Mike Barela for Adafruit Industries
|
Anne Barela for Adafruit Industries
|
||||||
*/
|
*/
|
||||||
|
|
||||||
// include the library code
|
// include the library code
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue