no description
Fork of Middleware by
Threads.h@0:d1ff330c5128, 2015-12-05 (annotated)
- Committer:
- RoHe
- Date:
- Sat Dec 05 17:43:29 2015 +0000
- Revision:
- 0:d1ff330c5128
MiddleWare GUS
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
RoHe | 0:d1ff330c5128 | 1 | /* |
RoHe | 0:d1ff330c5128 | 2 | |
RoHe | 0:d1ff330c5128 | 3 | Thread.h |
RoHe | 0:d1ff330c5128 | 4 | |
RoHe | 0:d1ff330c5128 | 5 | Only to improve the clarity of main .cpp |
RoHe | 0:d1ff330c5128 | 6 | This don't have any new classes |
RoHe | 0:d1ff330c5128 | 7 | |
RoHe | 0:d1ff330c5128 | 8 | All the multiple task are here |
RoHe | 0:d1ff330c5128 | 9 | for Smart Room project asked by |
RoHe | 0:d1ff330c5128 | 10 | Gustavo Torres |
RoHe | 0:d1ff330c5128 | 11 | |
RoHe | 0:d1ff330c5128 | 12 | Last update by RoHe 16/11/2015 |
RoHe | 0:d1ff330c5128 | 13 | |
RoHe | 0:d1ff330c5128 | 14 | */ |
RoHe | 0:d1ff330c5128 | 15 | //#include "Initial.h" |
RoHe | 0:d1ff330c5128 | 16 | |
RoHe | 0:d1ff330c5128 | 17 | /* |
RoHe | 0:d1ff330c5128 | 18 | #ifndef THREADS_H_ |
RoHe | 0:d1ff330c5128 | 19 | #define THREADS_H_ |
RoHe | 0:d1ff330c5128 | 20 | |
RoHe | 0:d1ff330c5128 | 21 | #include "Initial.h" |
RoHe | 0:d1ff330c5128 | 22 | #include "rtos.h" |
RoHe | 0:d1ff330c5128 | 23 | //#include "Threads.cpp" |
RoHe | 0:d1ff330c5128 | 24 | |
RoHe | 0:d1ff330c5128 | 25 | #endif |
RoHe | 0:d1ff330c5128 | 26 | */ |