Crates.io | vesc-comm |
lib.rs | vesc-comm |
version | 0.1.1 |
source | src |
created_at | 2019-01-27 10:31:38.461052 |
updated_at | 2019-02-10 11:00:23.088972 |
description | An embedded Rust library for communicating with VESCs |
homepage | https://github.com/chocol4te/vesc-comm |
repository | |
max_upload_size | |
id | 110893 |
size | 32,505 |
VESC communication library
An embedded Rust library for communicating with VESCs, currently only supports acting as a host (sending commands and receiving responses), support for acting as a VESC is planned.
no_std
and std
examples can be found in the examples directory.