ISSUIUC / TARS-Software

Illinois Space Society's flight software codebase for the TARS avionics system
https://issuiuc.github.io/flightcode-docs/classes.html
17 stars 4 forks source link

Create separate mcu folders for Teensy, ESP, Atmega(PMB) #68

Closed gautamdayal closed 1 year ago

gautamdayal commented 1 year ago

As of now, we have all of our embedded code in a single MCU (microcontroller) folder. This it totally okay for now (Mk3) because, well, we only have one MCU. However, TARS Mk4 has a teensy for most tasks, an ESP32-S3 for telemetry and GPS, and an Atmega on the power management board (this was on Mk3 too i guess).

We should create separate mcu folders under the flight directory to organize the code for each one