endail / hx711

Raspberry Pi HX711 C++ Library
MIT License
19 stars 11 forks source link

HX711::Value is design overkill #62

Closed endail closed 1 year ago

endail commented 1 year ago

Remove it and replace it with a 32 bit signed int. The various methods of the class can be placed in the HX711 class.

endail commented 1 year ago

Similarly with HX711::val_t.