Sensor Edition: basic_freertos

Sensor Edition: basic_freertos

The basic_freertos application provides a basic example of Amazon FreeRTOS functionality.

The application creates two threads and a message queue. Thread 1 attempts to pass a message to thread 2 via the queue and then sleeps for TX_DELAY. Thread 2 blinks the LED when the sent message is successfully received.