We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f42a97 commit c194252Copy full SHA for c194252
adafruit_mpr121.py
@@ -12,6 +12,23 @@
12
See usage in the examples/simpletest.py file.
13
14
* 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
32
"""
33
34
import time
0 commit comments