Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 893 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 893 Bytes

CANAerospace{Lite}

crates.io docs.rs Build codecov

This crate implements CANAerospace protocol for low power embedded devices.

Usage

Add an entry to your Cargo.toml:

[dependencies]
can_aerospace_lite = "0.1.4"

Check the API Documentation for how to use the crate's functionality.