Crates.io | neato_xv11 |
lib.rs | neato_xv11 |
version | 0.1.1 |
source | src |
created_at | 2020-08-02 21:50:05.820442 |
updated_at | 2020-08-02 21:54:14.1517 |
description | Neato XV-11 LIDAR for Rust |
homepage | https://github.com/Jesus805/neato-xv11-rs |
repository | https://github.com/Jesus805/neato-xv11-rs |
max_upload_size | |
id | 272341 |
size | 9,911 |
A driver library for the Neato XV-11 LIDAR
Simply import the driver and run it
use neato_xv11::NeatoXV11Lidar;
let mut lidar = NeatoXV11Lidar::new();
lidar.run("/dev/serial0");
Copyright © 2020 Jesus Bamford Distributed under the MIT License.