Design a micro system that receives sensor data from multiple sensors and stores it on board.
Once a user connects an external system (such as a laptop or desktop) to this system, you should allow the data stored on the micro system to transfer to the external system.
A complete answer will address each of the problems below:
Describe the types of connections you would apply to the system and the path the data will take. Also describe if and when you think interrupts should be used (HINT: Think about what happens when you want to download data from the micro system).