HW 02 - First program on embedded platform

The result of this homework is a file with code (main.c - file name is important) for the embedded platform (not for PC) which allows communication between the board and the computer. Please do not upload the whole project.

You will write code for a single program that will listen for user commands, and then act on these commands, which builds upon lab 4. HINT: It might be useful to make use of the timeout (variable set to 360000 in the lab code).