CANRequest

Type Alias CANRequest 

Source
pub type CANRequest = ODriveCANFrame;

Aliased Type§

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

Fields§

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