4 releases
0.1.3 | Aug 29, 2021 |
---|---|
0.1.2 | Aug 29, 2021 |
0.1.1 | Aug 22, 2021 |
0.1.0 | Aug 16, 2021 |
0.0.1 |
|
#1000 in Embedded development
105KB
2K
SLoC
CANAerospace{Lite}
This crate implements CANAerospace protocol for low power embedded devices.
Usage
Add an entry to your Cargo.toml
:
[dependencies]
can_aerospace_lite = "0.1.2"
Check the API Documentation for how to use the crate's functionality.
lib.rs
:
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.
Dependencies
~0.7–1MB
~21K SLoC