2 releases

0.1.1 Aug 2, 2020
0.1.0 Aug 2, 2020

#1276 in Hardware support

23 downloads per month

MIT license

9KB
116 lines

Neato XV-11 in Rust

A driver library for the Neato XV-11 LIDAR

Usage

Simply import the driver and run it

use neato_xv11::NeatoXV11Lidar;

let mut lidar = NeatoXV11Lidar::new();
lidar.run("/dev/serial0");

License

Copyright © 2020 Jesus Bamford Distributed under the MIT License.

Dependencies

~210KB