endail / hx711

Raspberry Pi HX711 C++ Library
MIT License
18 stars 10 forks source link

Scale functionality should be separated #60

Open endail opened 1 year ago

endail commented 1 year ago

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 commented 1 year ago

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

endail commented 1 year ago

Classes to be removed:

AbstractScale Mass Value ValueStack

endail commented 1 year ago

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