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

Av 451/replace pointers struct #45

Closed NPIPHI closed 2 years ago

NPIPHI commented 2 years ago

Instead of passing all the global variables to each of the sensor tick functions, pass only the data each one needs. This will allow us to more easily encapsulate each sensor in the future.