Skip to main content

Introduction

Documentation Status Discord Build Status Code Style: Ruff

Adafruit CircuitPython module for the LSM303DLH’s 3-axis magnetometer

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

Dependencies

This driver depends on:

Please ensure all dependencies are available on the CircuitPython filesystem. This is easily achieved by downloading the Adafruit library and driver bundle.

Installing from PyPI

On supported GNU/Linux systems like the Raspberry Pi, you can install the driver locally from PyPI. To install for current user:

pip3 install adafruit-circuitpython-lsm303dlh_mag

To install system-wide (this may be required in some cases):

sudo pip3 install adafruit-circuitpython-lsm303dlh_mag

To install in a virtual environment in your current project:

mkdir project-name && cd project-name
python3 -m venv .venv
source .venv/bin/activate
pip3 install adafruit-circuitpython-lsm303dlh_mag

Usage Example

import time
import board
import adafruit_lsm303dlh_mag

i2c = board.I2C()  # uses board.SCL and board.SDA
sensor = adafruit_lsm303dlh_mag.LSM303DLH_Mag(i2c)

while True:
    mag_x, mag_y, mag_z = sensor.magnetic

    print('Magnetometer (gauss): ({0:10.3f}, {1:10.3f}, {2:10.3f})'.format(mag_x, mag_y, mag_z))
    print('')
    time.sleep(1.0)

Documentation

API documentation for this library can be found on Read the Docs.

For information on building library documentation, please check out this guide.

Contributing

Contributions are welcome! Please read our Code of Conduct before contributing to help this project stay welcoming.

Release files for adafruit-circuitpython-lsm303dlh-mag 1.1.28

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Source distribution (sdist)

Source distribution for adafruit-circuitpython-lsm303dlh-mag 1.1.28
File Size Uploaded
adafruit_circuitpython_lsm303dlh_mag-1.1.28.tar.gz 24.2 kB Details

Built distribution (wheel)

Table of built distributions (wheels) for adafruit-circuitpython-lsm303dlh-mag 1.1.28
File Interpreter ABI Platform
adafruit_circuitpython_lsm303dlh_mag-1.1.28-py3-none-any.whl Python 3 none any Details

Total release size: 30.5 kB

Release files / adafruit_circuitpython_lsm303dlh_mag-1.1.28.tar.gz

Download URL adafruit_circuitpython_lsm303dlh_mag-1.1.28.tar.gz
Size 24.2 kB
Tags Source
SHA-256 checksum
How to use checksums
751797c18de2c3f1781c2a647ac6291ae1970043401f64dd6c046203628cf407
BLAKE2b-256 checksum
How to use checksums
5c784ee1903648aa7d9b3723917896894c50e4d3ae866c6615ef1b901dd0d36f
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.2.0 CPython/3.11.15

Release files / adafruit_circuitpython_lsm303dlh_mag-1.1.28-py3-none-any.whl

Download URL adafruit_circuitpython_lsm303dlh_mag-1.1.28-py3-none-any.whl
Size 6.2 kB
Tags Python 3
SHA-256 checksum
How to use checksums
0c3651adc9268bda5e68924f235de3ff26d2366a5d198d349e66ddaa9f80c51b
BLAKE2b-256 checksum
How to use checksums
38006ebfc36018c12e2a2f54f6108c271b9665f4452d6d52dd0f336210a8db55
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.2.0 CPython/3.11.15

Release history Release notifications | RSS feed

This release

1.1.28 This release

2 release files

1.1.27

2 release files

1.1.26

2 release files

1.1.25

2 release files

1.1.24

2 release files

1.1.23

2 release files

1.1.20

2 release files

1.1.19

2 release files

1.1.18

2 release files

1.1.17

2 release files

1.1.16

2 release files

1.1.15

2 release files

1.1.14

2 release files

1.1.12

1 release file

1.1.11

1 release file

1.1.10

1 release file

1.1.9

1 release file

1.1.8

1 release file

1.1.7

1 release file

1.1.6

1 release file

1.1.5

1 release file

1.1.4

1 release file

1.1.3

1 release file

1.1.2

1 release file

1.1.1

1 release file

1.1.0

1 release file

1.0.4

1 release file

1.0.3

1 release file

1.0.2

1 release file

1.0.1

1 release file

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page