Skip to content

Commit b86c460

Browse files
committed
added info to docstring
1 parent 2430396 commit b86c460

File tree

1 file changed

+16
-2
lines changed

1 file changed

+16
-2
lines changed

adafruit_fxos8700.py

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,26 @@
2424
====================================================
2525
2626
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
2928
3029
See examples/simpletest.py for a demo of the usage.
3130
3231
* 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
3347
"""
3448
try:
3549
import ustruct as struct

0 commit comments

Comments
 (0)