Releases: erjiang/usbscale
Releases · erjiang/usbscale
v0.9.0 with multiple scale support
This release of usbscale contains initial support for multiple scales. You can choose to return data from the nth scale by passing in the --index
option:
$ usbscale --index 3 # prints weight from the third scale
If this option is not provided, then the weight from the first scale will be printed.
The new argument-parsing code also provides the --help
flag.