proveskit / flight_software

Flight software for the PROVES Kit.
MIT License
2 stars 2 forks source link

Circuit Python Software Reconciliation #3

Open Mikefly123 opened 1 week ago

Mikefly123 commented 1 week ago

Right now our CircuitPython flight software contains a lot of bloat and unnecessary libraries and functions because of the "duct tape it together and figure it out later" approach that we've taken to development. It would be nice if we could have a few people go through and chuck all of the things that don't seem needed anymore to simplify things back down!

Mikefly123 commented 3 days ago

This has been partially handled for the FC board in #6. We still need to work on the battery board restructure. It would also be a good idea to recompile fresh CircuitPy firmware for all of the boards.