CarletonURocketry / hysim

A simulation of the hybrid control system which can be run on POSIX platforms.
2 stars 0 forks source link

Add support for arming commands #18

Closed justapotato213 closed 1 week ago

justapotato213 commented 1 week ago

Added some basic support for arming commands within the control client.

Feel free to tell me to change it, this is my first time actually making anything like this in C. If you have any ideas on how to make the commands cleaner, please let me know! (I really want to get rid of the switches array, but I'm not 100% sure how.).