Add auto move, rework state machine
This commit is contained in:
@ -15,7 +15,7 @@ pub type SendQ = Sender<Commands>;
|
||||
pub type RecvQ = Receiver<Commands>;
|
||||
|
||||
pub struct MotorDriverDebug{
|
||||
endpoint: SendQ,
|
||||
endpoint: SendQ, // Endpoint to hand to dispatch or anyone else sending commands here.
|
||||
recv_q: RecvQ,
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user