Expand description
The commands module contains the ODrive structure, which is used to interact with the ODrive
protocol.
Structsยง
- ODrive
- The
ODrivestruct 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 fromserialport-rs.