Skip to content

Badger-Embedded/CANaerospace-Lite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

81 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.