Terrapin-Rocket-Team / SRAD-Avionics

Code and PCBs for the avionics subteam for the SRAD flight computer and side projects
6 stars 2 forks source link

Write code for the State class #30

Closed varun-un closed 9 months ago

varun-un commented 11 months ago

Write the main State class, as well as its functions that would run in the setup() and main() loop, that would encompass the flight computer's state and would handle all of the sensors. All the sensors would be objects within it, and the State class interacts with them and the SD Card to interface between them, as well as query the sensors for data and store it.

DrewBrandt commented 9 months ago

Should this be closed since you merged that branch?