mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
10 lines
322 B
Markdown
10 lines
322 B
Markdown
# About
|
|
This is a manual test application for the LPS331AP pressure sensor driver.
|
|
|
|
# Usage
|
|
This test application will initialize the pressure sensor with the following parameters:
|
|
- Sampling Rate: 7Hz
|
|
|
|
After initialization, the sensor reads the pressure and temperature values every 250ms
|
|
and prints them to the STDOUT.
|