CarletonURocketry / ground-station

The ground station software used to interface with the ground station LoRa board and distribute signals from the rocket across websocket connections.
https://carletonurocketry.github.io/ground-station/
MIT License
6 stars 5 forks source link

Add coordinates data block #104

Closed EliasJRH closed 4 weeks ago

EliasJRH commented 4 weeks ago

This PR adds the implementation of the coordinates data block and its test. It also adds the test for the humidity data block and organizes the data block class so the order of the classes matches the order of everything else

EliasJRH commented 4 weeks ago

/

Looks good, can you add a test case for the Coordinate DB though? There are example packets in the TestWithVoltage mission file.

Yep! I added them above the voltage db tests