Skip to content

Commit b946cfa

Browse files
authored
Merge pull request #19 from tekktrik/dev/note-pn
Note that the driver is for the LSM303DLHC
2 parents 4c24170 + 5a5a728 commit b946cfa

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

README.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ Introduction
2020

2121
Adafruit CircuitPython module for the LSM303DLH's 3-axis magnetometer
2222

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+
2326
Dependencies
2427
=============
2528
This driver depends on:

adafruit_lsm303dlh_mag.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@
99
1010
CircuitPython driver for the LSM303DLH's magnetometer.
1111
12+
Note that this is specifically intended for the LSM303DLHC, as opposed to the
13+
LSM303DLH proper, which has the magnetic Y and Z orientations swapped.
14+
1215
* Author(s): Dave Astels, Bryan Siepert
1316
1417
Implementation Notes

0 commit comments

Comments
 (0)