Skip to content

v0.9.0 with multiple scale support

Latest
Compare
Choose a tag to compare
@erjiang erjiang released this 10 Aug 23:35

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.