hx711 icon indicating copy to clipboard operation
hx711 copied to clipboard

Scale functionality should be separated

Open endail opened this issue 2 years ago • 3 comments

This repo should focus solely on communicating with a HX711. Functionality built on top, such as a scale for measuring weight, is out of scope and should be removed/moved into its own repo.

endail avatar Jan 06 '23 13:01 endail

A rpi-scale-cxx repo should be created for the scale functions.

endail avatar Jan 06 '23 14:01 endail

Classes to be removed:

AbstractScale Mass Value ValueStack

endail avatar Jan 07 '23 13:01 endail

On second thought, having scale functionality as part of a "library" should persist, but should be more clearly separated from the base HX711 functionality.

endail avatar Jan 12 '23 01:01 endail