This project contains Application to test Temperature sensor

This application contains a periodic task.
In each cycle the application reads the temperature sensor reading and also
blinks BLUE led to indicate start of each cycle.
Once the Temperature sensor reading is obtained, it prints the reading onto serial
using UART.

How to test
-----------

step 1: make clean; make program

Once the program is running on mote, using minicom, we can
see the temperature in Celsius being printed on screes

Note: Makefile may need to be updated to change /devttyUSB0 or /dev/ttyUSB1
as needed to select the mote on which application needs to be loaded.


