ISSUIUC / TARS-Software

Illinois Space Society's flight software codebase for the TARS avionics system
https://issuiuc.github.io/flightcode-docs/classes.html
19 stars 4 forks source link

Av 993/gss datalogging command #89

Open anthonysmyk opened 1 year ago

anthonysmyk commented 1 year ago

Added else if for START_LOGGING and STOP_LOGGING in SerialInput in TARS-Software\ground\src\feather\main.cpp, added global variable datalog_is_running in TARS-Software\TARS\src\mcu_main\telemetry.h, added if statements for START_LOGGING and STOP_LOGGING in TARS-Software\TARS\src\mcu_main\telemetry.cpp handleCommand that change the global variable, added if statement contingent on datalog_is_running surrounding sd_logger.update() in TARS-Software\TARS\src\mcu_main\main.cpp