latest
Examples
API Reference
Related Products
Other Links
adafruit_lsm303
adafruit_lsm303
¶
CircuitPython driver for the LSM303 accelerometer + magnetometer.
Author(s): Dave Astels
Hardware:
Adafruit Triple-axis Accelerometer+Magnetometer (Compass) Board - LSM303 (Product ID: 1120)
Adafruit FLORA Accelerometer/Compass Sensor - LSM303 - v1.0 (Product ID: 1247)
Software and Dependencies:
Adafruit CircuitPython firmware for the ESP8622 and M0-based boards: https://github.com/adafruit/circuitpython/releases
Adafruitâs Bus Device library: https://github.com/adafruit/Adafruit_CircuitPython_BusDevice
Driver for the LSM303 accelerometer/magnetometer.
The processed accelerometer sensor values. A 3-tuple of X, Y, Z axis values in meters per second squared that are signed floats.
The magnetometerâs gain.
The magnetometer update rate.
The processed magnetometer sensor values. A 3-tuple of X, Y, Z axis values in microteslas that are signed floats.
The raw accelerometer sensor values. A 3-tuple of X, Y, Z axis values that are 16-bit signed integers.
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