Skip to content

Commit bffd4c6

Browse files
committed
update authors in examples
1 parent f38401d commit bffd4c6

File tree

3 files changed

+4
-6
lines changed

3 files changed

+4
-6
lines changed

examples/mpr121_pi_keyboard.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
1-
# SPDX-FileCopyrightText: 2021 ladyada for Adafruit Industries
1+
# SPDX-FileCopyrightText: 2019 Tony DiCola, Brennen Bearnes for Adafruit Industries
22
# SPDX-License-Identifier: MIT
33

44
#!/usr/bin/env python3
55

66
# Adafruit Raspberry Pi MPR121 Keyboard Example
7-
# Author: Tony DiCola, Brennen Bearnes
87
#
98
# Allows you to turn touches detected by the MPR121 into key presses on a
109
# Raspberry Pi.

examples/mpr121_piano.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
1-
# SPDX-FileCopyrightText: 2021 ladyada for Adafruit Industries
1+
# SPDX-FileCopyrightText: 2017 Tony DiCola, Carter Nelson for Adafruit Industries
22
# SPDX-License-Identifier: MIT
33

44
# MPR121 piano demo.
55
# Listens to the first 7 inputs of the MPR121 and plays a middle scale note
66
# when an input is touched. Note only one note is played at a time!
77
# For use with microcontrollers or computers with PWM support only!
8-
# Author: Tony DiCola
9-
# Modified by: Carter Nelson
8+
109

1110
import board
1211
import busio

examples/mpr121_simpletest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# SPDX-FileCopyrightText: 2021 ladyada for Adafruit Industries
1+
# SPDX-FileCopyrightText: 2017 Tony DiCola for Adafruit Industries
22
# SPDX-License-Identifier: MIT
33

44
# Simple test of the MPR121 capacitive touch sensor library.

0 commit comments

Comments
 (0)