fdcanusb

Crates.iofdcanusb
lib.rsfdcanusb
version0.6.2
sourcesrc
created_at2024-03-19 07:25:03.721919
updated_at2024-09-06 01:00:34.526743
descriptionProtocol implementation for the FDCANUSB by MJBOTS
homepage
repositoryhttps://github.com/omelia-iliffe/fdcanusb-rs
max_upload_size
id1178980
size35,856
Omelia Iliffe (omelia-iliffe)

documentation

README

fdcanusb-rs

For interfacing with the fdcanusb from MJBots

This crate is a work in progress but most features are implemented.
I am eager to receive feedback! This is the first crate I have published.

Features

  • default = ["serial2"]
  • serial2
    Enables re-exporting of the serial2 crate and the FdCanUsb::open fn.

TODO:

  • Implement basic functionality
  • Restructure internals to use less allocations
  • Implement support for the filter_id flag
  • Move serial2 re-export to a feature
  • Move log to a feature
  • Add support for classic_id and extended_id. Currently arbitration_id's are u16s
  • Add more documentation
Commit count: 15

cargo fmt