fortelion 0.1.2

Serial driver for murata forterion battery module
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
mod command;
mod command_frame;
mod data_frame;
mod data_frame_view;
mod port;
mod utils;

pub use command::Command;
pub use command_frame::CommandFrame;
pub use data_frame::DataFrame;
pub use data_frame_view::DataFrameView;
pub use port::Port;