Skip to content

Commit

Permalink
Merge pull request #19 from tekktrik/dev/note-pn
Browse files Browse the repository at this point in the history
Note that the driver is for the LSM303DLHC
  • Loading branch information
tekktrik committed Jan 25, 2023
2 parents 4c24170 + 5a5a728 commit b946cfa
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ Introduction

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

Note that this is specifically intended for the LSM303DLHC, as opposed to the
LSM303DLH proper, which has the magnetic Y and Z orientations swapped.

Dependencies
=============
This driver depends on:
Expand Down
3 changes: 3 additions & 0 deletions adafruit_lsm303dlh_mag.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@
CircuitPython driver for the LSM303DLH's magnetometer.
Note that this is specifically intended for the LSM303DLHC, as opposed to the
LSM303DLH proper, which has the magnetic Y and Z orientations swapped.
* Author(s): Dave Astels, Bryan Siepert
Implementation Notes
Expand Down

0 comments on commit b946cfa

Please sign in to comment.