Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 717 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 717 Bytes

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.