Difference between revisions of "Binary Semaphore 04: Non-Recursive Locks"
(Created page with "category: Free RTOS with Arduino In the earlier example, we created 2 high priority task and an Idle task.<br> In this tutorial, we will see how to use the scheduler Idle...") |
(No difference)
|
Revision as of 11:24, 12 July 2016
In the earlier example, we created 2 high priority task and an Idle task.
In this tutorial, we will see how to use the scheduler Idle task to run the user function.
