Skip to content

Commit 013c673

Browse files
authored
Merge pull request #219 from siddacious/lsm6ds
Renaming LSM6DSOX to LSM6DS
2 parents 12905ba + 657281a commit 013c673

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.gitmodules

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -595,9 +595,9 @@
595595
[submodule "libraries/drivers/mlx90640"]
596596
path = libraries/drivers/mlx90640
597597
url = https://github.com/adafruit/Adafruit_CircuitPython_MLX90640.git
598-
[submodule "libraries/drivers/lsm6dsox"]
599-
path = libraries/drivers/lsm6dsox
600-
url = https://github.com/adafruit/Adafruit_CircuitPython_LSM6DSOX.git
598+
[submodule "libraries/drivers/lsm6ds"]
599+
path = libraries/drivers/lsm6ds
600+
url = https://github.com/adafruit/Adafruit_CircuitPython_LSM6DS.git
601601
[submodule "libraries/drivers/mcp4728"]
602602
path = libraries/drivers/mcp4728
603603
url = https://www.github.com/adafruit/Adafruit_CircuitPython_MCP4728.git

docs/drivers.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ Motion relating sensing including ``acceleration``, ``magnetic``, ``gyro``, and
267267
LSM303 Accelerometer and Magnetometer <https://circuitpython.readthedocs.io/projects/lsm303/en/latest/>
268268
LSM303 Accelerometer Only<https://circuitpython.readthedocs.io/projects/lsm303-accel/en/latest/>
269269
LSM303DLH Magnetometer Only<https://circuitpython.readthedocs.io/projects/lsm303dlh-mag/en/latest/>
270-
LSMDSOX Accelerometer, Gyroscope and Temperature <https://circuitpython.readthedocs.io/projects/lsm6dsox/en/latest/>
270+
LSM6DSOX, LSM6DS33, and ISM330DHCT Accelerometer, Gyroscope and Temperature <https://circuitpython.readthedocs.io/projects/lsm6ds/en/latest/>
271271
LSM9DS0 Accelerometer, Magnetometer, Gyroscope and Temperature <https://circuitpython.readthedocs.io/projects/lsm9ds0/en/latest/>
272272
LSM9DS1 Accelerometer, Magnetometer, Gyroscope and Temperature <https://circuitpython.readthedocs.io/projects/lsm9ds1/en/latest/>
273273
MLX90390 3 Axis Magnetometer <https://circuitpython.readthedocs.io/projects/mlx90393/en/latest/>

0 commit comments

Comments
 (0)