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

59 change logger to be a singleton like blinkbuzz #64

Closed DrewBrandt closed 1 month ago

DrewBrandt commented 1 month ago

Ok this is done. Closes #59. just include Logger.h and access the object by doing logger.doSomething().

This is built off the add-unit-test branch, so merge that PR #51 first.