usb_scale 0.1.0

Interact with USB Scales with Rust
Documentation
1
2
3
4
5
6
7
mod parser;
mod reader;
pub mod weight;
pub mod error;
pub mod vendors;

pub use reader::{ScaleReading, Scale, ScaleStatus};