Skip to content

Commit 62440af

Browse files
authored
Merge pull request #1898 from dherrada/name-fix
Fixed names
2 parents f4bfab5 + f98faba commit 62440af

File tree

30 files changed

+33
-33
lines changed

30 files changed

+33
-33
lines changed

Arduino_Ethernet_SD_Card/SDcardTest/SDcardTest.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
1515
created 28 Mar 2011 by Limor Fried
1616
modified 9 Apr 2012 by Tom Igoe
17-
modified 12 Apr 2018 by Mike Barela
17+
modified 12 Apr 2018 by Anne Barela
1818
*/
1919
// include the SD library:
2020
#include <SPI.h>

Arduino_Ethernet_SD_Card/SDfileList/SDfileList.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
created Nov 2010 by David A. Mellis
1313
modified 9 Apr 2012 by Tom Igoe
1414
modified 2 Feb 2014 by Scott Fitzgerald
15-
modified 12 Apr 2018 by Mike Barela
15+
modified 12 Apr 2018 by Anne Barela
1616
1717
This example code is in the public domain.
1818

CPX_Marble_Maze/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Then you should be able to see the **CIRCUITPY** drive when connected via USB.
1313

1414
CircuitPython resources are at https://CircuitPython.Org/
1515

16-
Code written by Dano Wall and Mike Barela for Adafruit Industries.
16+
Code written by Dano Wall and Anne Barela for Adafruit Industries.
1717

1818
MIT License, please attribute.
1919

Chirping_Plush_Owl_Toy/Chirping_Plush_Owl_Toy.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Chirp Owl written by Becky Stern and T Main for Adafruit Industries
33
Tutorial: http://learn.adafruit.com/chirping-plush-owl-toy/
44
5-
Includes animal sounds by Mike Barela
5+
Includes animal sounds by Anne Barela
66
http://learn.adafruit.com/adafruit-trinket-modded-stuffed-animal/animal-sounds
77
88
based in part on Debounce

Chirping_Plush_Owl_Toy/code.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Chirp Owl written by Becky Stern and T Main for Adafruit Industries
22
# Tutorial: http://learn.adafruit.com/chirping-plush-owl-toy/
33

4-
# Includes animal sounds by Mike Barela
4+
# Includes animal sounds by Anne Barela
55
# http://learn.adafruit.com/adafruit-trinket-modded-stuffed-animal/animal-sounds
66
# based in part on Debounce
77
# created 21 November 2006

CircuitPython_Pico_PIO_Neopixel/neopio.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# SPDX-FileCopyrightText: 2016 Damien P. George
22
# SPDX-FileCopyrightText: 2017 Scott Shawcroft for Adafruit Industries
33
# SPDX-FileCopyrightText: 2019 Carter Nelson
4-
# SPDX-FileCopyrightText: 2019 Roy Hooper
4+
# SPDX-FileCopyrightText: 2019 Rose Hooper
55
# SPDX-FileCopyrightText: 2020 Jeff Epler
66
#
77
# SPDX-License-Identifier: MIT
@@ -10,7 +10,7 @@
1010
`neopio` - Neopixel strip driver using RP2040's PIO
1111
===================================================
1212
13-
* Author(s): Damien P. George, Scott Shawcroft, Carter Nelson, Roy Hooper, Jeff Epler
13+
* Author(s): Damien P. George, Scott Shawcroft, Carter Nelson, Rose Hooper, Jeff Epler
1414
"""
1515

1616
import adafruit_pioasm

CircuitPython_Simple_Wordclock/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Adafruit invests time and resources providing this open source code,
1414
please support Adafruit and open-source hardware by purchasing
1515
products from [Adafruit](https://www.adafruit.com)!
1616

17-
MIT license, designed and guide written by Dano Wall, code by Mike Barela
17+
MIT license, designed and guide written by Dano Wall, code by Anne Barela
1818

1919
All text above, and the splash screen below must be included in any redistribution
2020

CircuitPython_Simple_Wordclock/set_clock/code.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Write the time for the Adafruit DS3231 real-time clock.
2-
# Limor Fried/Mike Barela for Adafruit Industries
2+
# Limor Fried/Anne Barela for Adafruit Industries
33

44
import time
55
import board

CircuitPython_Slideshow/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Adafruit invests time and resources providing this open source code,
1010
please support Adafruit and open-source hardware by purchasing
1111
products from [Adafruit](https://www.adafruit.com)!
1212

13-
MIT license, guide written by Mike Barela, code by Limor Fried
13+
MIT license, guide written by Anne Barela, code by Limor Fried
1414

1515
All text above, and the splash screen below must be included in any redistribution
1616

Circuit_Playground_Express_LuckyCat/code.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Lucky Cat Maneki-neko with Circuit Playground Express
2-
# Mike Barela for Adafruit Industries, MIT License
2+
# Anne Barela for Adafruit Industries, MIT License
33

44
import time
55
import board

Cirecuit_Playground_Express_Pinata/code.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Circuit Playground Express Piñata by Dano Wall for Adafruit Industries
2-
# CircuitPython code by Mike Barela for Adafruit Industries, MIT License
2+
# CircuitPython code by Anne Barela for Adafruit Industries, MIT License
33
import time
44
import random
55
import board

Close_Encounters_Hat/Close_Encounters_Hat.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
Close Encounters hat with 10 neopixels by Leslie Birch for Adafruit Industries.
33
Notes play with each corresponding light.
4-
Based on code by Becky Stern, Mike Barela and T Main for Adafruit Industries
4+
Based on code by Becky Stern, Anne Barela and T Main for Adafruit Industries
55
http://learn.adafruit.com/adafruit-trinket-modded-stuffed-animal/animal-sounds
66
*/
77

Crickit_CPX_Marionette/code.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# CircuitPython for the Adafruit Learning System Tutorial
22
# Universal Marionette Kit
3-
# Project by Dano Wall, code by Mike Barela for Adafruit Industries
3+
# Project by Dano Wall, code by Anne Barela for Adafruit Industries
44
# MIT License
55
import time
66
from adafruit_crickit import crickit

Crickit_Stumblebot/code.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Stumble Bot, coded in CircuitPython
22
# Using an Adafruit Circuit Playground Express, Crickit, and 2 servos
3-
# Dano Wall, Mike Barela for Adafruit Industries, MIT License, May, 2018
3+
# Dano Wall, Anne Barela for Adafruit Industries, MIT License, May, 2018
44
#
55
import time
66
from digitalio import DigitalInOut, Direction, Pull

Crickit_microbit_MicroPython/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# main.py - code to test the Adafruit CRICKIT board with
22
# the BBC micro:bit and MicroPython (NOT CircuitPython)
3-
# MIT License by Limor Fried and Mike Barela, 2019
3+
# MIT License by Limor Fried and Anne Barela, 2019
44
# This code requires the seesaw.py module as a driver
55
import time
66
import seesaw

Grand_Central_Robot_Xylophone/code.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Adafruit Grand Central Robot Xylophone Demo Program
2-
# Dano Wall and Mike Barela for Adafruit Industries
2+
# Dano Wall and Anne Barela for Adafruit Industries
33
# MIT License
44

55
import time

Make_It_Talk/code.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Coded for Circuit Playground Express but it may be
33
# modified for any CircuitPython board with changes to
44
# button, thermister and audio board definitions.
5-
# Mike Barela for Adafruit Industries, MIT License
5+
# Anne Barela for Adafruit Industries, MIT License
66

77
import time
88
import board

Make_It_Twist_Potentiometer/analog-read/analog-read.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Simple read analog potentiometer on Circuit Playground Express or other board with pin change
2-
// Mike Barela for Adafruit Industries 9/2018
2+
// Anne Barela for Adafruit Industries 9/2018
33

44
#define ANALOGPIN A1 // For Circuit Playground Express
55

Make_It_Twist_Potentiometer/potentiometer-neopixels/potentiometer-neopixels.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Read analog potentiometer on Circuit Playground Express or other board with changes
2-
// Mike Barela for Adafruit Industries 9/2018 based on
2+
// Anne Barela for Adafruit Industries 9/2018 based on
33
// NeoPixel Ring simple sketch (c) 2013 Shae Erisson
44
// released under the GPLv3 license to match the rest of the AdaFruit NeoPixel library
55

Mini_Chair_Swing_Ride/code.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Isaac Wellish
2-
# Code adapted from Mike Barela's Hello World of Robotics and
2+
# Code adapted from Anne Barela's Hello World of Robotics and
33
# Make it Move with Crickit guides at learn.adafruit.com
44
# Power must be plugged into right side of motor 1 on CRICKIT
55
# to turn counter clock wise

Music_Box_with_Crickit/code.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Music Box code in CircuitPython - Dano Wall and Mike Barela
1+
# Music Box code in CircuitPython - Dano Wall and Anne Barela
22
# Revised by Ladyada 2019-01-16
33

44
from adafruit_crickit import crickit

NeoTrellis_Paint/code.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Simple paint program for Trellis M4 Express
22
# Press any button it will cycle through a palette of colors!
33
#
4-
# Mike Barela for Adafruit Industries November, 2018
4+
# Anne Barela for Adafruit Industries November, 2018
55
#
66
import time
77
import adafruit_trellism4

NeoTrellis_Soundbox/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Adafruit invests time and resources providing this open source code,
88
please support Adafruit and open-source hardware by purchasing
99
products from [Adafruit](https://www.adafruit.com)!
1010

11-
MIT license, code by Mike Barela, project by the Ruiz Brothers
11+
MIT license, code by Anne Barela, project by the Ruiz Brothers
1212

1313
All text above, and the splash screen below must be included in any redistribution
1414

NeoTrellis_Soundbox/code.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# NeoTrellis Soundbox Remix - CircuitPython
2-
# Noe and Pedro Ruiz, code by Mike Barela
2+
# Noe and Pedro Ruiz, code by Anne Barela
33
# for Adafruit Industries, MIT License
44

55
import time

PaperCraft_Gems/code.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
55
Circuit Playground Bluetooth with LED strand attached runs 4 different variable animation modes.
66
7-
Code by Roy Hooper using Adafruit's LED Animation Library:
7+
Code by Rose Hooper using Adafruit's LED Animation Library:
88
https://learn.adafruit.com/circuitpython-led-animations/overview
99
"""
1010
# pylint: disable=attribute-defined-outside-init

PyGamer_Bounce_Game/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ All the required libraries are listed at https://learn.adafruit.com/adafruit-pyb
88
Two files in the bounce directory: bounce.ino (the game) and logo.h (data for the Adafruit logo used on the splash screen).
99
Load both into the Arduino IDE.
1010

11-
Mike Barela, June 3, 2019 for Adafruit Industries
11+
Anne Barela, June 3, 2019 for Adafruit Industries
1212

1313
This is a mod of game by R0D0T posted on http://r0d0t.tumblr.com/post/29641975900 and
1414
Hackaday http://hackaday.com/2012/10/01/fantastic-programming-makes-this-arduino-gaming-device-something-special/
15-
which was published for Arduino Esplora by Mike Barela 2013
15+
which was published for Arduino Esplora by Anne Barela 2013
1616

1717
Support Open Source development by buying your materials at [Adafruit.com](https://www.adafruit.com/).

PyGamer_Bounce_Game/bounce/bounce.ino

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
// Adafruit Arcada based Level Bounce Game
22
//
3-
// Mike Barela, June 3, 2019 for Adafruit Industries
3+
// Anne Barela, June 3, 2019 for Adafruit Industries
44
//
55
// Mod of game by R0D0T posted on http://r0d0t.tumblr.com/post/29641975900 and
66
// Hackaday http://hackaday.com/2012/10/01/fantastic-programming-makes-this-arduino-gaming-device-something-special/
7-
// which was published for Arduino Esplora by Mike Barela 2013
7+
// which was published for Arduino Esplora by Anne Barela 2013
88

99
#include <Adafruit_Arcada.h>
1010
#include <Adafruit_Arcada_Def.h>

ROB_Control/code.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Nintendo R.O.B. control with Accelerometer, code in CircuitPython
22
# Using an Adafruit Circuit Playground Express board with an IR LED
3-
# Mike Barela for Adafruit Industries, MIT License, May, 2018
3+
# Anne Barela for Adafruit Industries, MIT License, May, 2018
44
# Acknowledgement to info at http://atariage.com/forums/topic/177286
55
# -any-interest-in-nes-rob-homebrews/ and Limor Ladyada Fried
66

Stumblebot/code.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Stumble bot, coded in CircuitPython
22
# Using an Adafruit Circuit Playground Express, Crickit, and 2 servos
3-
# Dano Wall, Mike Barela for Adafruit Industries, MIT License, May, 2018
3+
# Dano Wall, Anne Barela for Adafruit Industries, MIT License, May, 2018
44
#
55
import time
66
import board

Trinket_Ultrasonic_Rangefinder/Trinket_Ultrasonic_Rangefinder.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
by Bruce Allen and Bill Gentles
1919
2020
Version 2.0 Adds Arduino IDE 1.6.7 and greater Wire support
21-
Mike Barela for Adafruit Industries
21+
Anne Barela for Adafruit Industries
2222
*/
2323

2424
// include the library code

0 commit comments

Comments
 (0)