mirror of
https://gitlab.com/lander-team/static-load-test-code.git
synced 2025-06-16 07:06:44 +00:00
Changed tare size
This commit is contained in:
parent
11e2aeede6
commit
e0e6ff3213
10
src/main.cpp
10
src/main.cpp
@ -76,13 +76,13 @@ void setup()
|
||||
lc2.set_scale();
|
||||
lc3.set_scale();
|
||||
|
||||
lc0.tare(50);
|
||||
lc0.tare(200);
|
||||
Serial.println(".");
|
||||
lc1.tare(50);
|
||||
lc1.tare(200);
|
||||
Serial.println(".");
|
||||
lc2.tare(50);
|
||||
lc2.tare(200);
|
||||
Serial.println(".");
|
||||
lc3.tare(50);
|
||||
lc3.tare(200);
|
||||
Serial.println("Load Cells Tared");
|
||||
|
||||
// Attach ISRs to load cell data pins to read data when available
|
||||
@ -92,7 +92,7 @@ void setup()
|
||||
attachInterrupt(digitalPinToInterrupt(pin_lc3), read_lc3, LOW);
|
||||
|
||||
Serial.println("Load Cells Initialized");
|
||||
Serial.println("Calibrating");
|
||||
//Serial.println("Calibrating");
|
||||
|
||||
// Initializes State variables
|
||||
State.lc0 = lc0.get_value();
|
||||
|
Loading…
x
Reference in New Issue
Block a user