Module commands

Source
Expand description

The commands module contains the ODrive structure, which is used to interact with the ODrive protocol.

Structsยง

ODrive
The ODrive struct manages a connection with an ODrive motor over the ASCII protocol. It acts as a newtype around a connection stream. This has been tested using serial types from serialport-rs.