(Created page with "category: RTOS Tutorials ~~~~ ---- ==Intro== ==Code== <html><script src="https://gist.github.com/Amritach/ff0aa0ccfd9b4cad7577.js"></script></html> {{DISQUS}}")
 
m
Line 4: Line 4:
  
 
==Intro==
 
==Intro==
 +
 +
In previous tutorials we saw semaphore and mutex usage. Now we will see how to use queue.
 +
Before going through this tutorial, it will be good if you check Queue basics.
  
 
==Code==
 
==Code==

Revision as of 21:28, 23 April 2015

Amruta (talk) 20:10, 23 April 2015 (IST)


Intro

In previous tutorials we saw semaphore and mutex usage. Now we will see how to use queue. Before going through this tutorial, it will be good if you check Queue basics.

Code