2 releases
0.1.1 | Aug 2, 2020 |
---|---|
0.1.0 | Aug 2, 2020 |
#1544 in Hardware support
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