Skip to content
This repository was archived by the owner on Oct 29, 2019. It is now read-only.

Commit 21dfdf8

Browse files
committed
updated info docstring
1 parent 3506761 commit 21dfdf8

File tree

1 file changed

+18
-1
lines changed

1 file changed

+18
-1
lines changed

adafruit_lsm303.py

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,30 @@
2020
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
2121
# THE SOFTWARE.
2222
"""
23-
`adafruit_LSM303`
23+
`adafruit_lsm303`
2424
====================================================
2525
2626
2727
CircuitPython driver for the LSM303 accelerometer + magnetometer.
2828
2929
* Author(s): Dave Astels
30+
31+
Implementation Notes
32+
--------------------
33+
34+
**Hardware:**
35+
36+
* Adafruit `Triple-axis Accelerometer+Magnetometer (Compass) Board - LSM303
37+
<https://www.adafruit.com/product/1120>`_ (Product ID: 1120)
38+
* Adafruit `FLORA Accelerometer/Compass Sensor - LSM303 - v1.0
39+
<https://www.adafruit.com/product/1247>`_ (Product ID: 1247)
40+
41+
**Software and Dependencies:**
42+
43+
* Adafruit CircuitPython firmware for the ESP8622 and M0-based boards:
44+
https://github.com/adafruit/circuitpython/releases
45+
* Adafruit's Bus Device library:
46+
https://github.com/adafruit/Adafruit_CircuitPython_BusDevice
3047
"""
3148

3249
try:

0 commit comments

Comments
 (0)