Description: Shows how to set up a FIFO data queue for sharing data between
real-time tasks and user-level applications. The RT task creates
two FIFOs, one for commands in from the user process and one for
status back to the user process. As declared in common.h, there
are three commands: turn the speaker on, turn it off, and set the
frequency.
File list (Check if you may need any files):
Fifo
....\fifo_app.c
....\fifo_task.c