first compiled version
Dependencies: mbed-rtos mbed C12832_lcd LM75B
Diff: main.cpp
- Revision:
- 7:4992146d9872
- Parent:
- 5:d40a563e2c3b
- Child:
- 8:4fcba095bdf0
diff -r d40a563e2c3b -r 4992146d9872 main.cpp --- a/main.cpp Tue Mar 04 09:04:44 2014 +0000 +++ b/main.cpp Tue Mar 11 05:26:22 2014 +0000 @@ -1,3 +1,8 @@ +//LAB 6: RTOS AND IPC +//WRITTEN BY: ROBERT HARRELL AND NAPOLEON LEONI + + +//IPC: INTER PROGRAMMER COMMUNICATION.... //Rob I updated the LCD update and read pot thread and they are working //One key issues was adding timeout for the put and get methods of the queue //Maybe you can work on the TOD thread and MUTEX (you'll need to add it to the @@ -7,7 +12,7 @@ //the pot values in the queue is asynchronous you need a buffer to keep the values //and this is provided by the MemoryPool. -//I also merged your changes with mine.....temproarily commented out the pc.printf meessage for pot read. +//I also merged your changes with mine.....temproarily commented out the pc.printf meessage for pot read. 3/4/14 #include "mbed.h"