How to display negative weight information?
Tonny12138 2024-07-11 06:51:55 97 Views0 Replies How to display negative weight information?
2025-07-24 14:52:03
Tonny12138
Replace the loop function in the code.
void loop() {
Serial.print("weight is: ");
Serial.print(MyScale.readWeight(), 1);
Serial.println(" g");
delay(1000);
}
Tonny12138 

