File tree 3 files changed +4
-6
lines changed
3 files changed +4
-6
lines changed Original file line number Diff line number Diff line change 1
- # SPDX-FileCopyrightText: 2021 ladyada for Adafruit Industries
1
+ # SPDX-FileCopyrightText: 2019 Tony DiCola, Brennen Bearnes for Adafruit Industries
2
2
# SPDX-License-Identifier: MIT
3
3
4
4
#!/usr/bin/env python3
5
5
6
6
# Adafruit Raspberry Pi MPR121 Keyboard Example
7
- # Author: Tony DiCola, Brennen Bearnes
8
7
#
9
8
# Allows you to turn touches detected by the MPR121 into key presses on a
10
9
# Raspberry Pi.
Original file line number Diff line number Diff line change 1
- # SPDX-FileCopyrightText: 2021 ladyada for Adafruit Industries
1
+ # SPDX-FileCopyrightText: 2017 Tony DiCola, Carter Nelson for Adafruit Industries
2
2
# SPDX-License-Identifier: MIT
3
3
4
4
# MPR121 piano demo.
5
5
# Listens to the first 7 inputs of the MPR121 and plays a middle scale note
6
6
# when an input is touched. Note only one note is played at a time!
7
7
# For use with microcontrollers or computers with PWM support only!
8
- # Author: Tony DiCola
9
- # Modified by: Carter Nelson
8
+
10
9
11
10
import board
12
11
import busio
Original file line number Diff line number Diff line change 1
- # SPDX-FileCopyrightText: 2021 ladyada for Adafruit Industries
1
+ # SPDX-FileCopyrightText: 2017 Tony DiCola for Adafruit Industries
2
2
# SPDX-License-Identifier: MIT
3
3
4
4
# Simple test of the MPR121 capacitive touch sensor library.
You can’t perform that action at this time.
0 commit comments