Skip to content
Snippets Groups Projects
Commit f2af55d9 authored by ChristophTobler's avatar ChristophTobler Committed by Lorenz Meier
Browse files

changed min/max distance for ll40ls (lidar)

parent 19bc39e7
No related branches found
No related tags found
No related merge requests found
......@@ -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 */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment