hackerceo / LaserRanger

Arduino library to handle Chinese laser rangefinder modules which use the O(pen) / D(istance) / C(lose) command set over TTL UART

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LaserRanger Arduino Library tested/works with the following modules:

Documentation

See Wiki

Installing This Library (prefered, you just want to use it)

Open "Library Manager" in Arduino IDE and search for "LaserRanger by HackerCEO" and click "Install"

Installing This Library From GitHub (advanced, if you want to contribute)

Create a directory in your Arduino\Library folder named "LaserRanger" Clone (Git) this project into that folder.
It should now show up in the import list when you restart the Arduino IDE.

About

Arduino library to handle Chinese laser rangefinder modules which use the O(pen) / D(istance) / C(lose) command set over TTL UART

License:MIT License


Languages

Language:C++ 100.0%