This program displays a series of text messages on a 16x2 line LCD and also then displays the room temperature taken from a TMP102 I2C module. It represents my first attempt to do anything useful with an mbed which is something I got my hands on less than 4 days ago. It shows what can be achieved by someone who has no prior knowledge of C after about 4 hours of tinkering with various sample programs. This code itself took me around 40 minutes of that 4 hours of play time to craft. The LCD is hooked up to the mbed as per the TextLCD program instructions. The TMP102 module is hooked up as per the TMP102HelloWorld program instructions. If you want to hook up some of the more complex components in your Cool Components starter kit and see them work in a matter of minutes, this little showcase program will do just that. Enjoy. Thanks to whoever wrote the libraries and original code which I used.

Dependencies:   TextLCD mbed TMP102