Blame view

RIOT/tests/driver_lps331ap/README.md 322 Bytes
a752c7ab   elopes   add first test an...
1
2
3
4
5
6
7
8
9
  # 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.