Skip to content

Commit 5a5a728

Browse files
authored
Fix part name typos
1 parent 7e2c15e commit 5a5a728

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Introduction
2121
Adafruit CircuitPython module for the LSM303DLH's 3-axis magnetometer
2222

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

2626
Dependencies
2727
=============

adafruit_lsm303dlh_mag.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
CircuitPython driver for the LSM303DLH's magnetometer.
1111
1212
Note that this is specifically intended for the LSM303DLHC, as opposed to the
13-
aLSM303DLH, which has the magnetic Y and Z orientations swapped.
13+
LSM303DLH proper, which has the magnetic Y and Z orientations swapped.
1414
1515
* Author(s): Dave Astels, Bryan Siepert
1616

0 commit comments

Comments
 (0)