fdcanusb 0.1.0

Protocol implementation for the FDCANUSB by MJBOTS
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# fdcanusb-rs

### For interfacing with the [FdCanUSB]https://mjbots.com/products/fdcanusb from [MJBots]https://mjbots.com/

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

### TODO:

- [x] Implement basic functionality
- [ ] Implement support for the filter_id flag
- [ ] Move extra features to feature flags
- [ ] Add support for `classic_id` and `extended_id`. Currently `arbitration_id`'s are `u16`s
- [ ] Add more documentation