1
0
mirror of https://gitlab.com/lander-team/static-load-test-code.git synced 2025-06-15 14:46:47 +00:00

new tare size

This commit is contained in:
Brendan McGeeney 2021-11-29 11:07:35 -07:00
parent 55fab589c2
commit f3f6afa145

View File

@ -76,13 +76,13 @@ void setup()
lc2.set_scale();
lc3.set_scale();
lc0.tare(200);
lc0.tare(50);
Serial.println(".");
lc1.tare(200);
lc1.tare(50);
Serial.println(".");
lc2.tare(200);
lc2.tare(50);
Serial.println(".");
lc3.tare(200);
lc3.tare(50);
Serial.println("Load Cells Tared");
// Attach ISRs to load cell data pins to read data when available