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

Use Platformio lib_deps instead of manually downloading libraries where possible #74

Closed gautamdayal closed 1 year ago

gautamdayal commented 1 year ago

At the moment, our lib folder is full of libraries that are manually added. Though this works, we might as well use the library dependencies functionality that PlatformIO provides. Some minor changes may have been made to some libraries (lke radiohead for telemetry) so those can be left alone.

As of now, the only library we import through pio is pwmservo, we should start doing the same for others.