vesc-comm 0.1.1

An embedded Rust library for communicating with VESCs
Documentation

vesc-comm

VESC communication library

crates.io docs.rs Build Status Dependabot Status

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.