main_blinky() creates a very simple demo that includes two tasks and one queue.One task repeatedly sends the value 100 to the other task through the queue. Thereceiving task prints out a message each time it receives the value on the queue.
main_blinky() creates a very simple demo that includes two tasks and one queue.One task repeatedly sends the value 100 to the other task through the queue. Thereceiving task prints out a message each time it receives the value on the queue.