mirror of
https://gitlab.com/lander-team/lander-cpp.git
synced 2025-07-23 14:41:25 +00:00
initialize loadTotal
This commit is contained in:
@@ -16,7 +16,7 @@ File dataFile;
|
||||
|
||||
double loadCellCalibrate() {
|
||||
// place code to calibrate load cells in here
|
||||
double loadTotal;
|
||||
double loadTotal = 0.0;
|
||||
for (double t = 0.0; t == 10.0; ++t) {
|
||||
loadTotal += 1.0;
|
||||
delay(15);
|
||||
|
Reference in New Issue
Block a user