Hi Jack, it is not necessary to change the value in the lib file. You can simply call this function in your Arduino sketch:. You have to do it in the setup section:
#include <Hx711.h>
Hx711 scale(A2, A3);
void setup() {
scale.setScale(2450);
}
Hi Jack, it is not necessary to change the value in the lib file. You can simply call this function in your Arduino sketch:. You have to do it in the setup section:
#include <Hx711.h>
Hx711 scale(A2, A3);
void setup() {
scale.setScale(2450);
}