mirror of
https://gitlab.com/lander-team/static-load-test-code.git
synced 2025-08-02 11:31:28 +00:00
new tare size
This commit is contained in:
@@ -76,13 +76,13 @@ void setup()
|
|||||||
lc2.set_scale();
|
lc2.set_scale();
|
||||||
lc3.set_scale();
|
lc3.set_scale();
|
||||||
|
|
||||||
lc0.tare(200);
|
lc0.tare(50);
|
||||||
Serial.println(".");
|
Serial.println(".");
|
||||||
lc1.tare(200);
|
lc1.tare(50);
|
||||||
Serial.println(".");
|
Serial.println(".");
|
||||||
lc2.tare(200);
|
lc2.tare(50);
|
||||||
Serial.println(".");
|
Serial.println(".");
|
||||||
lc3.tare(200);
|
lc3.tare(50);
|
||||||
Serial.println("Load Cells Tared");
|
Serial.println("Load Cells Tared");
|
||||||
|
|
||||||
// Attach ISRs to load cell data pins to read data when available
|
// Attach ISRs to load cell data pins to read data when available
|
||||||
|
Reference in New Issue
Block a user