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 4c24170 commit 7e2c15eCopy full SHA for 7e2c15e
README.rst
@@ -20,6 +20,9 @@ Introduction
20
21
Adafruit CircuitPython module for the LSM303DLH's 3-axis magnetometer
22
23
+Note that this is specifically intended for the LSM303DLHC, as opposed to the
24
+aLSM303DLH, which has the magnetic Y and Z orientations swapped.
25
+
26
Dependencies
27
=============
28
This driver depends on:
adafruit_lsm303dlh_mag.py
@@ -9,6 +9,9 @@
9
10
CircuitPython driver for the LSM303DLH's magnetometer.
11
12
13
14
15
* Author(s): Dave Astels, Bryan Siepert
16
17
Implementation Notes
0 commit comments