mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
11 lines
346 B
Markdown
11 lines
346 B
Markdown
|
# About
|
||
|
This is a manual test application for the MMA8652 accelerometer driver.
|
||
|
|
||
|
# Usage
|
||
|
This test application will initialize the MMA8652 sensor with the following parameters:
|
||
|
- full scale parameter set to +/-2 g
|
||
|
- 6.25 Hz output data-rate
|
||
|
|
||
|
After initialization, the sensor reads the x-, y-, z-axis values every 1 s
|
||
|
and prints them to STDOUT.
|