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 778c0e0 commit 23ccabcCopy full SHA for 23ccabc
adafruit_lis3dh.py
@@ -12,6 +12,22 @@
12
See examples in the examples directory.
13
14
* Author(s): Tony DiCola
15
+
16
+Implementation Notes
17
+--------------------
18
19
+**Hardware:**
20
21
+* `Adafruit LIS3DH Triple-Axis Accelerometer Breakout
22
+ <https://www.adafruit.com/product/2809>`_
23
24
+* `Circuit Playground Express <https://www.adafruit.com/product/3333>`_
25
26
+**Software and Dependencies:**
27
28
+* Adafruit CircuitPython firmware for the ESP8622 and M0-based boards:
29
+ https://github.com/adafruit/circuitpython/releases
30
+* Adafruit's Bus Device library: https://github.com/adafruit/Adafruit_CircuitPython_BusDevice
31
"""
32
33
import time
0 commit comments