Skip to content

Commit 50d8978

Browse files
authored
Merge pull request #190 from siddacious/tlv493d
Adding the new TLV493D driver
2 parents 06a4aed + 586e1a2 commit 50d8978

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -529,3 +529,6 @@
529529
[submodule "libraries/helpers/GC_IOT_Core"]
530530
path = libraries/helpers/GC_IOT_Core
531531
url = https://github.com/adafruit/Adafruit_CircuitPython_GC_IOT_Core.git
532+
[submodule "libraries/drivers/tlv493d"]
533+
path = libraries/drivers/tlv493d
534+
url = https://github.com/adafruit/Adafruit_CircuitPython_TLV493D.git

docs/drivers.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,8 @@ Motion relating sensing including ``acceleration``, ``magnetic``, ``gyro``, and
151151
LSM9DS0 Accelerometer, Magnetometer, Gyroscope and Temperature <https://circuitpython.readthedocs.io/projects/lsm9ds0/en/latest/>
152152
LSM9DS1 Accelerometer, Magnetometer, Gyroscope and Temperature <https://circuitpython.readthedocs.io/projects/lsm9ds1/en/latest/>
153153
MLX90390 3 Axis Magnetometer <https://circuitpython.readthedocs.io/projects/mlx90393/en/latest/>
154-
MMA8451 3 axis accelerometer <https://circuitpython.readthedocs.io/projects/mma8451/en/latest/>
154+
MMA8451 3 Axis Accelerometer <https://circuitpython.readthedocs.io/projects/mma8451/en/latest/>
155+
TLV493D 3 Axis Magnetometer <https://circuitpython.readthedocs.io/projects/tlv493d/en/latest/>
155156

156157
Environmental Sensors
157158
----------------------

libraries/drivers/tlv493d

Submodule tlv493d added at f56d119

0 commit comments

Comments
 (0)