/* Register Timer Expiry Event Handler with 
                 * Time System Service. 
                 */
                SYS_TIME_CallbackRegisterMS(APP_SENSOR_TimerEventHandler, 0,
                        (1000*APP_SENSOR_SAMPLING_RATE_IN_HZ), 
                        SYS_TIME_PERIODIC);