Skip to content

adding new drivers for the lsm303 family #201

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Oct 15, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -562,3 +562,12 @@
[submodule "libraries/helpers/AWS_IOT"]
path = libraries/helpers/AWS_IOT
url = https://github.com/adafruit/Adafruit_CircuitPython_AWS_IOT.git
[submodule "libraries/drivers/lsm303-accel"]
path = libraries/drivers/lsm303-accel
url = https://github.com/adafruit/Adafruit_CircuitPython_LSM303_Accel.git
[submodule "libraries/drivers/lsm303agr-mag"]
path = libraries/drivers/lsm303agr-mag
url = https://github.com/adafruit/Adafruit_CircuitPython_LSM303AGR_Mag.git
[submodule "libraries/drivers/lsm303dlh-mag"]
path = libraries/drivers/lsm303dlh-mag
url = https://github.com/adafruit/Adafruit_CircuitPython_LSM303DLH_Mag.git
3 changes: 3 additions & 0 deletions docs/drivers.rst
Original file line number Diff line number Diff line change
Expand Up @@ -261,6 +261,9 @@ Motion relating sensing including ``acceleration``, ``magnetic``, ``gyro``, and
L3GD20 3-Axis Gyroscope <https://circuitpython.readthedocs.io/projects/l3gd20/en/latest/>
LIS3DH Accelerometer <https://circuitpython.readthedocs.io/projects/lis3dh/en/latest/>
LSM303 Accelerometer and Magnetometer <https://circuitpython.readthedocs.io/projects/lsm303/en/latest/>
LSM303 Accelerometer Only<https://circuitpython.readthedocs.io/projects/lsm303-accel/en/latest/>
LSM303AGR Magnetometer Only<https://circuitpython.readthedocs.io/projects/lsm303agr-mag/en/latest/>
LSM303DLH Magnetometer Only<https://circuitpython.readthedocs.io/projects/lsm303dlh-mag/en/latest/>
LSM9DS0 Accelerometer, Magnetometer, Gyroscope and Temperature <https://circuitpython.readthedocs.io/projects/lsm9ds0/en/latest/>
LSM9DS1 Accelerometer, Magnetometer, Gyroscope and Temperature <https://circuitpython.readthedocs.io/projects/lsm9ds1/en/latest/>
MLX90390 3 Axis Magnetometer <https://circuitpython.readthedocs.io/projects/mlx90393/en/latest/>
Expand Down
1 change: 1 addition & 0 deletions libraries/drivers/lsm303-accel
Submodule lsm303-accel added at 16a7a1
1 change: 1 addition & 0 deletions libraries/drivers/lsm303agr-mag
Submodule lsm303agr-mag added at 68a731
1 change: 1 addition & 0 deletions libraries/drivers/lsm303dlh-mag
Submodule lsm303dlh-mag added at 2b263d