Skip to content

Commit 23ccabc

Browse files
committed
added info to docstring
1 parent 778c0e0 commit 23ccabc

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

adafruit_lis3dh.py

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,22 @@
1212
See examples in the examples directory.
1313
1414
* 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
1531
"""
1632

1733
import time

0 commit comments

Comments
 (0)