neato_xv11

Crates.ioneato_xv11
lib.rsneato_xv11
version0.1.1
sourcesrc
created_at2020-08-02 21:50:05.820442
updated_at2020-08-02 21:54:14.1517
descriptionNeato XV-11 LIDAR for Rust
homepagehttps://github.com/Jesus805/neato-xv11-rs
repositoryhttps://github.com/Jesus805/neato-xv11-rs
max_upload_size
id272341
size9,911
Jesus Bamford (Jesus805)

documentation

README

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.

Commit count: 28

cargo fmt