Skip to content

Commit a355f8a

Browse files
committed
updated info docstring
1 parent 3e323dd commit a355f8a

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

adafruit_lsm9ds0.py

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,23 @@
3030
See examples/simpletest.py for a demo of the usage.
3131
3232
* Author(s): Tony DiCola
33+
34+
Implementation Notes
35+
--------------------
36+
37+
**Hardware:**
38+
39+
* `Adafruit 9-DOF Accel/Mag/Gyro+Temp Breakout Board - LSM9DS0
40+
<https://www.adafruit.com/product/2021>`_
41+
42+
* `FLORA 9-DOF Accelerometer/Gyroscope/Magnetometer - LSM9DS0
43+
<https://www.adafruit.com/product/2020>`_
44+
45+
**Software and Dependencies:**
46+
47+
* Adafruit CircuitPython firmware for the ESP8622 and M0-based boards:
48+
https://github.com/adafruit/circuitpython/releases
49+
* Adafruit's Bus Device library: https://github.com/adafruit/Adafruit_CircuitPython_BusDevice
3350
"""
3451
try:
3552
import struct

0 commit comments

Comments
 (0)