Skip to content

Commit

Permalink
Turn off short-sig-disable
Browse files Browse the repository at this point in the history
Speed up rep rate for close, highly reflective targets.

Change-Id: I4910a2d58a126d33c682d1824720f0b0b711aa1a
  • Loading branch information
jmseitz committed Sep 20, 2018
1 parent aaedf03 commit 44496ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/LIDARLite_v3HP.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ void LIDARLite_v3HP::configure(uint8_t configuration, uint8_t lidarliteAddress)

case 6: // Short range, high speed, higher error
sigCountMax = 0x04;
acqConfigReg = 0x08 | 0x01; // mode pin = status output mode
acqConfigReg = 0x01; // turn off short_sig, mode pin = status output mode
refCountMax = 0x03;
thresholdBypass = 0x00;
break;
Expand Down

0 comments on commit 44496ee

Please sign in to comment.