mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
ca56de8251
LIS3DH MEMS digital output motion sensor ultra low-power high performance 3-axes "nano" accelerometer Manufacturer website: http://www.st.com/web/catalog/sense_power/FM89/SC444/PF250725 Data sheet: http://www.st.com/st-web-ui/static/active/en/resource/technical/document/datasheet/CD00274221.pdf tests/driver_lis3dh is a simple test application for testing on actual hardware. Signed-off-by: Joakim Gebart <joakim.gebart@eistec.se>
12 lines
358 B
Markdown
12 lines
358 B
Markdown
# About
|
|
This is a manual test application for the LIS3DH accelerometer driver.
|
|
|
|
# Usage
|
|
This test application will initialize the accelerometer with the following parameters:
|
|
- Sampling Rate: 100Hz
|
|
- Scale: 4G
|
|
- Temperature sensor: Enabled
|
|
|
|
After initialization, the sensor reads the acceleration values every 100ms
|
|
and prints them to the STDOUT.
|