mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
sensors: Update documentation
This commit is contained in:
parent
ba9e8741c0
commit
8b1a5461c4
@ -65,7 +65,7 @@ public:
|
||||
|
||||
/** supply information which device_id matches a specific uORB topic_instance
|
||||
* (needed if a system has multiple sensors of the same type)
|
||||
* @return 0 on success, <0 otherwise */
|
||||
* @return index for compensation parameter entry containing matching device ID on success, <0 otherwise */
|
||||
int set_sensor_id_gyro(uint32_t device_id, int topic_instance);
|
||||
int set_sensor_id_accel(uint32_t device_id, int topic_instance);
|
||||
int set_sensor_id_baro(uint32_t device_id, int topic_instance);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user