mirror of https://github.com/ArduPilot/ardupilot
AP_RangeFinder: remove unused definitions from MaxSonarI2C
This commit is contained in:
parent
1e058045f7
commit
99cf279dff
|
@ -5,12 +5,6 @@
|
|||
#include <AP_HAL/I2CDevice.h>
|
||||
|
||||
#define AP_RANGE_FINDER_MAXSONARI2CXL_DEFAULT_ADDR 0x70
|
||||
|
||||
#define AP_RANGEFINDER_MAXSONARI2CXL 4
|
||||
#define AP_RANGE_FINDER_MAXSONARI2CXL_SCALER 1.0
|
||||
#define AP_RANGE_FINDER_MAXSONARI2CXL_MIN_DISTANCE 20
|
||||
#define AP_RANGE_FINDER_MAXSONARI2CXL_MAX_DISTANCE 765
|
||||
|
||||
#define AP_RANGE_FINDER_MAXSONARI2CXL_COMMAND_TAKE_RANGE_READING 0x51
|
||||
|
||||
class AP_RangeFinder_MaxsonarI2CXL : public AP_RangeFinder_Backend
|
||||
|
|
Loading…
Reference in New Issue