Specify orientaiton of ADIS16448 IMU for EZG from autostart script

Specify orientaiton of ADIS16448 IMU for EZG from autostart script
This commit is contained in:
Jaeyoung-Lim
2021-06-28 11:50:23 +02:00
committed by JaeyoungLim
parent 0f4eaec6c1
commit 4a590c5fd6
3 changed files with 21 additions and 1 deletions
@@ -42,3 +42,15 @@
* @value 1 Enabled
*/
PARAM_DEFINE_INT32(SENS_EN_ADIS164X, 0);
/**
* Analog Devices ADIS16448 IMU Orientation(external SPI)
*
* @reboot_required true
* @min 0
* @max 101
* @group Sensors
* @value 0 ROTATION_NONE
* @value 4 ROTATION_YAW_180
*/
PARAM_DEFINE_INT32(SENS_OR_ADIS164X, 0);