File tree Expand file tree Collapse file tree 1 file changed +16
-2
lines changed Expand file tree Collapse file tree 1 file changed +16
-2
lines changed Original file line number Diff line number Diff line change 24
24
====================================================
25
25
26
26
CircuitPython module for the NXP FXOS8700 accelerometer and magnetometer.
27
- Based on the driver from:
28
- https://github.com/adafruit/Adafruit_FXOS8700
27
+ Based on the driver from: https://github.com/adafruit/Adafruit_FXOS8700
29
28
30
29
See examples/simpletest.py for a demo of the usage.
31
30
32
31
* Author(s): Tony DiCola
32
+
33
+ Implementation Notes
34
+ --------------------
35
+
36
+ **Hardware:**
37
+
38
+ * Adafruit `Precision NXP 9-DOF Breakout Board - FXOS8700 + FXAS21002
39
+ <https://www.adafruit.com/product/3463>`_ (Product ID: 3463)
40
+
41
+ **Software and Dependencies:**
42
+
43
+ * Adafruit CircuitPython firmware (2.2.0+) for the ESP8622 and M0-based boards:
44
+ https://github.com/adafruit/circuitpython/releases
45
+
46
+ * Adafruit's Bus Device library: https://github.com/adafruit/Adafruit_CircuitPython_BusDevice
33
47
"""
34
48
try :
35
49
import ustruct as struct
You can’t perform that action at this time.
0 commit comments