Skip to content

Commit

Permalink
Merge pull request #1898 from dherrada/name-fix
Browse files Browse the repository at this point in the history
Fixed names
  • Loading branch information
evaherrada authored Oct 18, 2021
2 parents f4bfab5 + f98faba commit 62440af
Show file tree
Hide file tree
Showing 30 changed files with 33 additions and 33 deletions.
2 changes: 1 addition & 1 deletion Arduino_Ethernet_SD_Card/SDcardTest/SDcardTest.ino
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
created 28 Mar 2011 by Limor Fried
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 <SPI.h>
Expand Down
2 changes: 1 addition & 1 deletion Arduino_Ethernet_SD_Card/SDfileList/SDfileList.ino
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
created Nov 2010 by David A. Mellis
modified 9 Apr 2012 by Tom Igoe
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.
Expand Down
2 changes: 1 addition & 1 deletion CPX_Marble_Maze/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/

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.

Expand Down
2 changes: 1 addition & 1 deletion Chirping_Plush_Owl_Toy/Chirping_Plush_Owl_Toy.ino
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Chirp Owl written by Becky Stern and T Main for Adafruit Industries
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
based in part on Debounce
Expand Down
2 changes: 1 addition & 1 deletion Chirping_Plush_Owl_Toy/code.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Chirp Owl written by Becky Stern and T Main for Adafruit Industries
# 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
# based in part on Debounce
# created 21 November 2006
Expand Down
4 changes: 2 additions & 2 deletions CircuitPython_Pico_PIO_Neopixel/neopio.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# SPDX-FileCopyrightText: 2016 Damien P. George
# SPDX-FileCopyrightText: 2017 Scott Shawcroft for Adafruit Industries
# SPDX-FileCopyrightText: 2019 Carter Nelson
# SPDX-FileCopyrightText: 2019 Roy Hooper
# SPDX-FileCopyrightText: 2019 Rose Hooper
# SPDX-FileCopyrightText: 2020 Jeff Epler
#
# SPDX-License-Identifier: MIT
Expand All @@ -10,7 +10,7 @@
`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
Expand Down
2 changes: 1 addition & 1 deletion CircuitPython_Simple_Wordclock/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Adafruit invests time and resources providing this open source code,
please support Adafruit and open-source hardware by purchasing
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

Expand Down
2 changes: 1 addition & 1 deletion CircuitPython_Simple_Wordclock/set_clock/code.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# 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 board
Expand Down
2 changes: 1 addition & 1 deletion CircuitPython_Slideshow/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Adafruit invests time and resources providing this open source code,
please support Adafruit and open-source hardware by purchasing
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

Expand Down
2 changes: 1 addition & 1 deletion Circuit_Playground_Express_LuckyCat/code.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# 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 board
Expand Down
2 changes: 1 addition & 1 deletion Cirecuit_Playground_Express_Pinata/code.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# 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 random
import board
Expand Down
2 changes: 1 addition & 1 deletion Close_Encounters_Hat/Close_Encounters_Hat.ino
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
Close Encounters hat with 10 neopixels by Leslie Birch for Adafruit Industries.
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
*/

Expand Down
2 changes: 1 addition & 1 deletion Crickit_CPX_Marionette/code.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# CircuitPython for the Adafruit Learning System Tutorial
# 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
import time
from adafruit_crickit import crickit
Expand Down
2 changes: 1 addition & 1 deletion Crickit_Stumblebot/code.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Stumble Bot, coded in CircuitPython
# 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
from digitalio import DigitalInOut, Direction, Pull
Expand Down
2 changes: 1 addition & 1 deletion Crickit_microbit_MicroPython/main.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# main.py - code to test the Adafruit CRICKIT board with
# 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
import time
import seesaw
Expand Down
2 changes: 1 addition & 1 deletion Grand_Central_Robot_Xylophone/code.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# 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

import time
Expand Down
2 changes: 1 addition & 1 deletion Make_It_Talk/code.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Coded for Circuit Playground Express but it may be
# modified for any CircuitPython board with changes to
# button, thermister and audio board definitions.
# Mike Barela for Adafruit Industries, MIT License
# Anne Barela for Adafruit Industries, MIT License

import time
import board
Expand Down
2 changes: 1 addition & 1 deletion Make_It_Twist_Potentiometer/analog-read/analog-read.ino
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// 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

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// 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
// released under the GPLv3 license to match the rest of the AdaFruit NeoPixel library

Expand Down
2 changes: 1 addition & 1 deletion Mini_Chair_Swing_Ride/code.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# 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
# Power must be plugged into right side of motor 1 on CRICKIT
# to turn counter clock wise
Expand Down
2 changes: 1 addition & 1 deletion Music_Box_with_Crickit/code.py
Original file line number Diff line number Diff line change
@@ -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

from adafruit_crickit import crickit
Expand Down
2 changes: 1 addition & 1 deletion NeoTrellis_Paint/code.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Simple paint program for Trellis M4 Express
# 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 adafruit_trellism4
Expand Down
2 changes: 1 addition & 1 deletion NeoTrellis_Soundbox/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Adafruit invests time and resources providing this open source code,
please support Adafruit and open-source hardware by purchasing
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

Expand Down
2 changes: 1 addition & 1 deletion NeoTrellis_Soundbox/code.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# 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

import time
Expand Down
2 changes: 1 addition & 1 deletion PaperCraft_Gems/code.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
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
"""
# pylint: disable=attribute-defined-outside-init
Expand Down
4 changes: 2 additions & 2 deletions PyGamer_Bounce_Game/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
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
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/).
4 changes: 2 additions & 2 deletions PyGamer_Bounce_Game/bounce/bounce.ino
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
// 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
// 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_Def.h>
Expand Down
2 changes: 1 addition & 1 deletion ROB_Control/code.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Nintendo R.O.B. control with Accelerometer, code in CircuitPython
# 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
# -any-interest-in-nes-rob-homebrews/ and Limor Ladyada Fried

Expand Down
2 changes: 1 addition & 1 deletion Stumblebot/code.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Stumble bot, coded in CircuitPython
# 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 board
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
by Bruce Allen and Bill Gentles
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
Expand Down

0 comments on commit 62440af

Please sign in to comment.