You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The return type for HX711_ADC::start() is int, though it does not return anything.
The return type for HX711_ADC::conversion24bit() is uint8_t, though it also returns nothing.
It does compile fins with these errors in Arduino IDE, but I am getting errors in Sloeber. I have fixed them by modifying the source code, I suggest this is done here as well.
The text was updated successfully, but these errors were encountered:
The return type for
HX711_ADC::start()
isint
, though it does not return anything.The return type for
HX711_ADC::conversion24bit()
isuint8_t
, though it also returns nothing.It does compile fins with these errors in Arduino IDE, but I am getting errors in Sloeber. I have fixed them by modifying the source code, I suggest this is done here as well.
The text was updated successfully, but these errors were encountered: