mirror of
https://gitee.com/xiaohuolufeihua/bizhang_-obav.git
synced 2026-05-21 01:12:11 +00:00
Specify orientaiton of ADIS16448 IMU from rc.sensors
Specify orientaiton of ADIS16448 IMU for from the rc.sensors WIP: Currently only handling one orientation
This commit is contained in:
committed by
Daniel Agar
parent
d87cd171f4
commit
e45b862f1d
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user