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 compile errors and re-add src folder #44

Closed DrewBrandt closed 4 months ago

DrewBrandt commented 4 months ago

This folder is required for sub folders to properly build. It is the same in the Arduino IDE. This is likely the reason you had to include the .cpp files in the library headers.

See https://arduino.github.io/arduino-cli/1.0/library-specification/#layout-of-folders-and-files

Also fixed any remaining compilation errors. The same src fix should be implemented in the Kalman Filter repo.

Also added BlinkBuzz functionality.