design and write a C program for a guessing game on the ARM mbed platform. Your
design should include the following main features.
- The main body of the guessing game logic should be implemented on the ARM
processor. - Develop programs in C in both mbed platform and host PC.
- Use the peripherals from mbed development kit to give better user experience, e.g.
LCD, keypad, etc. LCD could be used for display; keypad is used for user input. - Use UART communication link between mbed and host PC to exchange the messages.