Mutex Example

This example demonstrates the basic use of a mutex.

The Mutex is used to guarentee exclusive access for each task to the two variables, critical_res1
and critical_res2.



