Quetzal-1-CubeSat-Team / quetzal1-flight-software

Flight software for the Quetzal-1 mission. This repository contains the flight-proven code of the satellite's Electrical Power System (EPS) and Attitude Determination and Control System (ADCS).
GNU General Public License v3.0
47 stars 3 forks source link

Check that all code compiles, organize directories to Arduino IDE standards #2

Closed danalvarez closed 1 year ago

danalvarez commented 1 year ago

Currently the directories are not organized and have not been tested to compile. Also, the main .ino scripts are and libraries may not be following the Arduino IDE standards to compile.

danalvarez commented 1 year ago
  1. Refactored directories to work with local libraries
  2. Changed some #include statements to explicitly import those local libraries
  3. Tested compile in Arduino IDE 1.8.13 and 2.0.0.