CameronLR / FS_DAQ_System

Repositry of all code being developed for the Leeds formula student DAQ systems
6 stars 2 forks source link

implementation of the sendDataToSdCard function #5

Closed edproudlove closed 1 year ago

MellingJJ commented 1 year ago

@edproudlove Hey, just want to check, is this ready to be reviewed?

edproudlove commented 1 year ago

@MellingJJ Yes, Sorry should have said. A potential Problem I thought of is that I didn't know if the serial object or a pointer to it needed to be passed to the function sdCard_init() but other than that I think It should work.

edproudlove commented 1 year ago

@MellingJJ I have made most of those changes here is the updated code. There were a couple of things I just wanted to check with you, so I wrote them in the replies to the comments above.

edproudlove commented 1 year ago

@MellingJJ Ok, I have added those changes, I will ask Cameron about the testing.