Skip to content

Commit 62440af

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

30 files changed

Lines changed: 33 additions & 33 deletions

File tree

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

0 commit comments

Comments
 (0)