1
0
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:
2021-11-13 11:25:44 -07:00
parent b9c2e7fb35
commit 47e8042a57
3 changed files with 9 additions and 8 deletions

View File

@@ -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;