CANResponse

Type Alias CANResponse 

Source
pub type CANResponse = ODriveCANFrame;

Aliased Type§

pub struct CANResponse {
    pub axis: u32,
    pub cmd: ODriveCommand,
    pub data: [u8; 8],
}

Fields§

§axis: u32§cmd: ODriveCommand§data: [u8; 8]