Crate embedded_hal_can

Source
Expand description

Controller Area Network

Traitsยง

  • A type that will either accept or filter a Frame. The filtering is done solely on the ID of the Frame.
  • A Can Frame
  • A type that can either be BaseId or ExtendedId
  • A CAN interface
  • A CAN interface that is able to receive frames.
  • A CAN interface that is able to transmit frames.