Skip to content

Commit

Permalink
IMU_GYRO_RATEMAX add common options
Browse files Browse the repository at this point in the history
  • Loading branch information
dagar committed Sep 3, 2019
1 parent f280977 commit 9bc19fd
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/modules/sensors/sensor_params.c
Original file line number Diff line number Diff line change
Expand Up @@ -232,6 +232,12 @@ PARAM_DEFINE_FLOAT(IMU_GYRO_CUTOFF, 30.0f);
*
* @min 0
* @max 2000
* @value 0 0 (no limit)
* @value 50 50 Hz
* @value 250 250 Hz
* @value 400 400 Hz
* @value 1000 1000 Hz
* @value 2000 2000 Hz
* @unit Hz
* @reboot_required true
* @group Sensors
Expand Down

0 comments on commit 9bc19fd

Please sign in to comment.