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

Fix Sensor Namespace issue #46

Closed DrewBrandt closed 1 month ago

DrewBrandt commented 2 months ago

Adds Sensor to mmfs namespace.

Also removes UNKNOWN_ type from the SensorType and ActuatorType enums, because I got an error that they conflicted with each other. At the end of the day, we shouldn't have any unknown types.