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 3e323dd commit a355f8aCopy full SHA for a355f8a
adafruit_lsm9ds0.py
@@ -30,6 +30,23 @@
30
See examples/simpletest.py for a demo of the usage.
31
32
* 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
50
"""
51
try:
52
import struct
0 commit comments