UMSAE-Formula-Electric / SCU

Sensor Control Unit
0 stars 0 forks source link

Turn USART Logging ON/ OFF #35

Closed Sedkian closed 4 months ago

Sedkian commented 12 months ago

Create a global volatile variable that will:

Sedkian commented 12 months ago

I will leave TODO tasks with the label SCU#35 inline with the code in the code parts where want to control Logging.

BreannaStratton commented 11 months ago

I added the controlled logging but I need an STM32 to test it.

BreannaStratton commented 9 months ago

Added variable logging in the doLogging.h and doLogging.c files. There is now the option to log to neither, either, or both the SD card and the USART. However the SD logging is not implemented it's just in place to be added.