void readhx711(){
maza= scale.get_units(10), 1;
scale.power_down(); // put the ADC in sleep mode
delay(1000);
}
What do you think the first line of code in the function is doing? It isn't, but fixing it depends on what you think it is doing.
void readhx711(){
maza= scale.get_units(10), 1;
scale.power_down(); // put the ADC in sleep mode
delay(1000);
}
What do you think the first line of code in the function is doing? It isn't, but fixing it depends on what you think it is doing.