LidarLiteV3 Class
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Lidar Lite v3 is a long-range fixed position distance sensor by Garmin.
public class LidarLiteV3 : IDisposable
type LidarLiteV3 = class
interface IDisposable
Public Class LidarLiteV3
Implements IDisposable
- Inheritance
-
LidarLiteV3
- Implements
Lidar |
Initialize the LidarLiteV3 |
DefaultI2c |
Default address for LidarLiteV3 |
Acquisition |
Get or set the various settings to control the acquistion behavior. |
Algorithm |
Get or set the threshold of peak value that bypasses the internal algorithm. Recommended non-default values are 32 for higher sensitivity but higher erronenous measurement and 96 for reduced sensitivity and fewer erroneous measurements. |
Difference |
Get the difference between the current and last measurement resulting in a signed (2's complement) 8-bit number. Positive is away from the device. |
Last |
Get the last distance measurement. |
Power |
Get or set the power control option. |
Status |
Get the system status |
Dispose() | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. |
Measure |
Measure distance. |
Power |
Power off the device if GPIO controller and power enable pin is provided. |
Power |
Power on the device if GPIO controller and power enable pin is provided. |
Reset() |
Reset FPGA, all registers return to default values |
SetI2c |
Set a new I2C address and dispose the device. |
Set |
Set the repetition mode to enable automatic measurement. |
Product | Versions |
---|---|
.NET IoT Libraries | 1.4.0, 1.5.0, 2.0.0, 2.1.0, 2.2.0 |