Home | History | Annotate | only in /hardware/invensense/6515/libsensors_iio/software/simple_apps/stress_iio
Up to higher level directory
NameDateSize
build/24-Aug-2016
iio_utils.h24-Aug-201615.6K
README24-Aug-2016993
stress_iio.c24-Aug-201625.1K

README

      1 Usage of inv_stress_iio:
      2 
      3 > inv_stress_iio: 
      4   this will run enable and disable sequence sequentially. 
      5   In the enable sequence, this will enable all the engines, output, and all dmp
      6   events. 
      7   In the disable sequence, this will disable all but accel engine; all outputs 
      8   are disabled, only events are allowed.
      9 
     10 > inv_stress_iio -e 10 -d 1: 
     11   this set the enable sequence to 10 seconds and disable sequence for 1 seconds.
     12 
     13 > inv_stress_iio -c: 
     14   this includes the compass in the enable sequence when you have 9150 or other
     15   secondary bus compass. It won't work for compasses on the primary bus.
     16 
     17 > inv_stress_iio -r: 
     18   this set the enable and disable sequences to last a random time. It is good 
     19   for stress test.
     20 
     21 > inv_stress_iio -m: 
     22   this enables motion interrupt during the disable sequence. 
     23   When this is enabled, the driver enters low power accel mode and disables all 
     24   other sensor output (including quaternion, gyro, accel, and compass.) in the 
     25   disabled sequence:
     26 
     27 
     28