no description

Fork of Middleware by Roberto Herrera

Revision:
0:d1ff330c5128
diff -r 000000000000 -r d1ff330c5128 Threads.h
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/Threads.h	Sat Dec 05 17:43:29 2015 +0000
@@ -0,0 +1,26 @@
+/*
+
+Thread.h
+
+Only to improve the clarity of main .cpp
+This don't have any new classes
+
+All the multiple task are here 
+for Smart Room project asked by 
+Gustavo Torres 
+
+Last update by RoHe 16/11/2015
+
+*/
+//#include "Initial.h"
+
+/*
+#ifndef THREADS_H_
+#define THREADS_H_
+ 
+  #include "Initial.h"
+  #include "rtos.h"
+  //#include "Threads.cpp"
+  
+#endif
+*/