bogde / HX711

An Arduino library to interface the Avia Semiconductor HX711 24-Bit Analog-to-Digital Converter (ADC) for Weight Scales.
MIT License
876 stars 535 forks source link

How to check load cell is connected or not #253

Open swapnilnandgave opened 1 year ago

swapnilnandgave commented 1 year ago

I am using hx711 arduino library and i am looking for function where it returns true when load cell is connected to hx711 or return false when not connected.

Is there any way to identify this?