supermileage / dynamometer-firmware

0 stars 0 forks source link

Debugging: Error Logging #70

Closed cosparks closed 1 year ago

cosparks commented 1 year ago

The more complex this project gets, the more useful it will be to have some sort of error logging system which can help us catch when it enters an undefined or undesirable state. Because generally we will have an SD card connected while running the board, we can do this by adding assert statements and outputting error information to an error log file on the SD card.