AIAANortheastern / karman-avionics

The avionics system for the Northeastern University AIAA Project Karman rocket
1 stars 0 forks source link

End-to-End Test Logic #18

Open tkindy opened 7 years ago

tkindy commented 7 years ago

Develop a basic mission loop for testing purposes. The basic logic should be:

  1. Collect data from all sensors
  2. Write data to flash memory
  3. Repeat for some time interval

This will ensure that we are receiving data from our sensors and storing it on the flash correctly.