Terrapin-Rocket-Team / Multi-Mission-Flight-Software

An arudino library used by the Terrapin Rocket Team as the foundation of the team's flight software.
4 stars 0 forks source link

fixed dependecy bugs #52

Closed mallamacimj closed 3 weeks ago

mallamacimj commented 1 month ago

We introduced some dependency bugs when merging in the datalogging PR.

Note: I added the KF repo as a dependency that needs to be removed when we merge in the KF PR

mallamacimj commented 1 month ago

This latest commit makes State dependent on the logger. This isn't ideal but allows use to put debugging into state which I think is worth it.