Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ddland/mp_lis3dhtr
MicroPython driver for the LIS3DHTR accelerometer
https://github.com/ddland/mp_lis3dhtr
Last synced: 5 days ago
JSON representation
MicroPython driver for the LIS3DHTR accelerometer
- Host: GitHub
- URL: https://github.com/ddland/mp_lis3dhtr
- Owner: ddland
- License: mit
- Created: 2024-09-10T10:31:32.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2024-09-10T15:02:59.000Z (2 months ago)
- Last Synced: 2024-09-10T16:44:09.536Z (2 months ago)
- Language: Python
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# mp_lis3dhtr
MicroPython driver for the LIS3DHTR accelerometer.Wire the sensor and use the driver to measure with different gain settings the acceleration in 3 directions.
## main.py
In the main.py an example is given where the full-scale setting for the sensor are changed during the measurements.