forked from Archive/PX4-Autopilot
ll40ls: max distance according to datasheet
Datasheet: http://pulsedlight3d.com/pl3d/wp-content/uploads/2014/11/LIDAR-Lite.pdf
This commit is contained in:
parent
046ca1f8e3
commit
4a70da5c2c
|
@ -89,7 +89,7 @@
|
|||
|
||||
/* Device limits */
|
||||
#define LL40LS_MIN_DISTANCE (0.00f)
|
||||
#define LL40LS_MAX_DISTANCE (14.00f)
|
||||
#define LL40LS_MAX_DISTANCE (60.00f)
|
||||
|
||||
#define LL40LS_CONVERSION_INTERVAL 100000 /* 100ms */
|
||||
|
||||
|
|
Loading…
Reference in New Issue