A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://circuitpython.readthedocs.io/projects/lsm303/en/latest/api.html below:

adafruit_lsm303 — Adafruit LSM303 Library 1.0 documentation

Adafruit LSM303 Library

latest

Examples

API Reference

Related Products

Other Links

Adafruit LSM303 Library adafruit_lsm303¶

CircuitPython driver for the LSM303 accelerometer + magnetometer.

Implementation Notes¶

Hardware:

Software and Dependencies:

class adafruit_lsm303.LSM303(i2c)[source]¶

Driver for the LSM303 accelerometer/magnetometer.

property acceleration¶

The processed accelerometer sensor values. A 3-tuple of X, Y, Z axis values in meters per second squared that are signed floats.

property mag_gain¶

The magnetometer’s gain.

property mag_rate¶

The magnetometer update rate.

property magnetic¶

The processed magnetometer sensor values. A 3-tuple of X, Y, Z axis values in microteslas that are signed floats.

property raw_acceleration¶

The raw accelerometer sensor values. A 3-tuple of X, Y, Z axis values that are 16-bit signed integers.

property raw_magnetic¶

The raw magnetometer sensor values. A 3-tuple of X, Y, Z axis values that are 16-bit signed integers.


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4