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.
5 stars 0 forks source link

fixed dependecy bugs #52

Closed mallamacimj closed 2 months ago

mallamacimj commented 2 months 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 2 months 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.