no description

Fork of Middleware by Roberto Herrera

Threads.h

Committer:
Jorge_Beltran
Date:
2015-12-07
Revision:
1:32a08ca33b00
Parent:
0:d1ff330c5128

File content as of revision 1:32a08ca33b00:

/*

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
*/