Download | Hx711 Proteus Library

Happy simulating!

void setup() Serial.begin(9600); scale.begin(DOUT, PD_SCK); scale.set_scale(2280.f); // calibration factor scale.tare(); // reset to zero hx711 proteus library download

void loop() float weight = scale.get_units(5); Serial.print("Weight: "); Serial.print(weight); Serial.println(" g"); delay(500); Happy simulating

HX711 scale;

So, can you simulate a weighing scale without hardware? You just need to download and install the custom HX711 Proteus library. Happy simulating! void setup() Serial.begin(9600)

But here’s the challenge: (the popular simulation software from Labcenter) doesn’t include the HX711 in its default component library.

Все материалы расположенные на сайте не являются публичной офертой или призывом к действию. Все товарные знаки принадлежат их законным владельцам. Данный ресурс носит исключительно информационно-ознакомительный характер, и не является официальным продуктом компании. Обратная связь с проектом