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

State Updates #39

Closed DrewBrandt closed 2 months ago

DrewBrandt commented 2 months ago

Removed addSensor() from state and reworked how the getter/constructor works.

Now, simply add an array of sensor pointers to the state constructor immediately instead of calling addSensor() on each one.

Also deleted computer.h and computer.cpp and added mmfs namespace to remaining state related files