Browse Source

AP_RangeFinder: Devices are enabled and disabled by type

AP_RangeFinder: Devices are enabled and disabled by type

AP_RangeFinder: Delete some description of I2C function address.
zr-v5.1
murata 5 years ago committed by Peter Barker
parent
commit
09f04e8a5a
  1. 2
      libraries/AP_RangeFinder/AP_RangeFinder_Params.cpp

2
libraries/AP_RangeFinder/AP_RangeFinder_Params.cpp

@ -91,7 +91,7 @@ const AP_Param::GroupInfo AP_RangeFinder_Params::var_info[] = {
// @Param: ADDR // @Param: ADDR
// @DisplayName: Bus address of sensor // @DisplayName: Bus address of sensor
// @Description: This sets the bus address of the sensor, where applicable. Used for the I2C and UAVCAN sensors to allow for multiple sensors on different addresses. A value of 0 disables the sensor. // @Description: This sets the bus address of the sensor, where applicable. Used for the I2C and UAVCAN sensors to allow for multiple sensors on different addresses.
// @Range: 0 127 // @Range: 0 127
// @Increment: 1 // @Increment: 1
// @User: Standard // @User: Standard

Loading…
Cancel
Save