Crate embedded_hal_can

Source
Expand description

Controller Area Network

Traitsยง

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