AIAANortheastern / karman-avionics

The avionics system for the Northeastern University AIAA Project Karman rocket
1 stars 0 forks source link

'Fully' Document Code #33

Closed ADKaster closed 6 years ago

ADKaster commented 6 years ago

This PR adds comments to every Karman file, and adds the changes needed to account for last minute part differences between the schematic and the ordered boards. A good third of the lines of code changed are from switching from the XMEGA128A3U to the XMEGA256A3U in Atmel Studio.

ASF still has a billion warnings for doxygen, which is irritating. Doxygen warnings are now in doxygen/doxygen_warnings.txt instead of spamming up stdout.

Next step for documentation is to move a bunch of the larger comments from being module descriptions to actual pages (using the /page formatting).