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.
2 parents 4c24170 + 5a5a728 commit b946cfaCopy full SHA for b946cfa
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
+LSM303DLH proper, 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