Skip to content

Commit c194252

Browse files
committed
updated info docstring
1 parent 5f42a97 commit c194252

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

adafruit_mpr121.py

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,23 @@
1212
See usage in the examples/simpletest.py file.
1313
1414
* Author(s): Tony DiCola
15+
16+
Implementation Notes
17+
--------------------
18+
19+
**Hardware:**
20+
21+
* Adafruit `12-Key Capacitive Touch Sensor Breakout - MPR121
22+
<https://www.adafruit.com/product/1982>`_ (Product ID: 1982)
23+
24+
* Adafruit `12 x Capacitive Touch Shield for Arduino - MPR121
25+
<https://www.adafruit.com/product/2024>`_ (Product ID: 2024)
26+
27+
**Software and Dependencies:**
28+
29+
* Adafruit CircuitPython firmware for the ESP8622 and M0-based boards:
30+
https://github.com/adafruit/circuitpython/releases
31+
* Adafruit's Bus Device library: https://github.com/adafruit/Adafruit_CircuitPython_BusDevice
1532
"""
1633

1734
import time

0 commit comments

Comments
 (0)