![](https://static.wixstatic.com/media/f18e76_6bdd8806f1d540a6975c052d0e90ffcf~mv2.jpg/v1/fill/w_980,h_551,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/f18e76_6bdd8806f1d540a6975c052d0e90ffcf~mv2.jpg)
Soldered pins for LIS3MDL Triple-axis Magnetometer (https://learn.adafruit.com/lis3mdl-triple-axis-magnetometer) and Adafruit LSM6DSOX 6 DoF Accelerometer and Gyroscope (https://learn.adafruit.com/lsm6dsox-and-ism330dhc-6-dof-imu).
Python Library Installation
To install library for LIS3MDL Triple-axis Magnetometer write:
pip3 install adafruit-circuitpython-lis3mdl
To install library for LSM6DSOX 6 DoF Accelerometer and Gyroscope write:
pip3 install adafruit-circuitpython-lsm6ds
Comments