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.
- Host: GitHub
- URL: https://github.com/catvec/mbed-lidar-lite-driver
- Owner: catvec
- License: mit
- Created: 2020-02-04T17:49:05.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-02-04T17:53:33.000Z (about 6 years ago)
- Last Synced: 2025-05-04T01:02:14.462Z (11 months ago)
- Language: C++
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.