An open API service indexing awesome lists of open source software.

https://github.com/catvec/mbed-lidar-lite-driver

Garmin Lidar Lite v3 Mbed driver.
https://github.com/catvec/mbed-lidar-lite-driver

Last synced: 7 months ago
JSON representation

Garmin Lidar Lite v3 Mbed driver.

Awesome Lists containing this project

README

          

# Mbed Lidar Lite Driver
Garmin Lidar Lite v3 Mbed driver.

# Table Of Contents
- [Overview](#overview)

# Overview
Source code in [`main.cpp`](./main.cpp) provides a functions used to communicate
with a [Garmin Lidar Lite V3 sensor](https://www.adafruit.com/product/4058).

See the `main()` method in this file for an example usage.

The Mbed platform is required. Although only for I2C serial communication, the
source code could easily be adapted to use any other platform which provides
an I2C API.