Expand description
§CANAerospace{Lite}
CANAerospace Lite is a lightweight can bus protocol implementation for aerospace vehicles. It comes with built-in bxCAN support which makes integration with bxCAN devices easy.
CANAerospaceLite is the struct that you need to use to have CANAerospace functionality. Please take a look at the usage example in documentation.
Re-exports§
pub use id_distribution as ids;
Modules§
- bxcan
- CANAeropsace - bxCAN
- driver
- CANAerospace - Driver
- id_
distribution - message
- CANAeropsace - Message
- types
- CANAerospace - Types
Structs§
- CANAerospace
Lite - Main struct of the library. All logic is implemented around this struct.