endail / hx711

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

Remove HX711::Format #64

Closed endail closed 1 year ago

endail commented 1 year ago

HX711 has a predefined most significant bit format. HX711::Format is therefore redundant.

endail commented 1 year ago

HX711::setFormat, HX711::getFormat can also be removed.

endail commented 1 year ago

Also remove:

https://github.com/endail/hx711/blob/master/src/HX711.cpp#L336-L338

and

https://github.com/endail/hx711/blob/master/include/Utility.h#L136-L149