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:
parent
55fab589c2
commit
f3f6afa145
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user