changed min/max distance for ll40ls (lidar)

This commit is contained in:
ChristophTobler
2016-02-09 14:44:57 +01:00
committed by Lorenz Meier
parent 19bc39e7ad
commit f2af55d92f
+2 -2
View File
@@ -44,8 +44,8 @@
#include <drivers/drv_range_finder.h>
/* Device limits */
#define LL40LS_MIN_DISTANCE (0.00f)
#define LL40LS_MAX_DISTANCE (60.00f)
#define LL40LS_MIN_DISTANCE (0.05f)
#define LL40LS_MAX_DISTANCE (25.00f)
// normal conversion wait time
#define LL40LS_CONVERSION_INTERVAL 50*1000UL /* 50ms */