Something Useful Create a new Studio 4 project. Using PC_Comm.c and PC_Comm.h and the stack and queue data structures (.c and .h)
you made for Lab 3 redo part 1 of Lab 4 such that the user enters an infix expression to evaluate to the
Arduino via the terminal emulator on the PC/Mac; the program on the Arduino should receive the expression
and (using stacks and queues) evaluate it and send the result of the evaluation back to the terminal emulator.
To simplify things only single digit numbers need be considered (extra credit if you implement multi-digit numbers).
Create a lab5 directory on the class server using your FTP account and upload the source code of your files.
Demonstrate all parts of the lab to your TA (or me if I'm in my office)