mirror of
https://gitlab.com/lander-team/lander-cpp.git
synced 2025-08-02 11:31:34 +00:00
cleaned write2csv
This commit is contained in:
@@ -121,8 +121,7 @@ void loop() {
|
||||
processTVC(State, loadCells);
|
||||
|
||||
State.stepDuration = micros() - last;
|
||||
write2CSV(State, loadCells.lc0Val, loadCells.lc1Val, loadCells.lc2Val,
|
||||
loadCells.lc3Val);
|
||||
write2CSV(State, loadCells);
|
||||
|
||||
// Set "prev" values for next timestep
|
||||
PrevState = State;
|
||||
|
Reference in New Issue
Block a user