UBC-Rocket / WB-DAQ-Firmware

Firmware for Whistler Blackcomb's CAN/DAQ board (WB-AV-4510-CAN).
1 stars 1 forks source link

Cleanup 01: Move ADC files to own Library #28

Closed davinbirdi closed 2 years ago

davinbirdi commented 2 years ago

More can be done, but lots of the code will have to be rewritten to interface with the new board (ie. control task requires SPI rather than GPIO)

It wasn't straightforward for me to do the thermocouples, and because I have no way to test them I left it as is.

This also works as a Proof of Concept to have our own header files and libraries outside of the main source.c file, it just takes some getting used to with writing functions that aren't dependent on others or global variables.