Modularizando o src

Dependencies:   EALib EthernetInterface_vz mbed-rtos mbed

Fork of header_main_colinas_V0-20-09-14 by VZTECH

Revision:
72:895ca792c647
Parent:
0:4d17cd9c8f9d
Child:
74:81c47fff88a5
--- a/parallelcpld.h	Mon Nov 17 13:44:53 2014 +0000
+++ b/parallelcpld.h	Wed Nov 19 13:36:33 2014 +0000
@@ -1,5 +1,10 @@
 #ifndef _PARALLELCPLD_H
 #define _PARALLELCPLD_H
+
+#include <stdint.h>
+#include "mbed.h"
+#include "bits.h"
+#include "debug.h"
 #include "configs.h"
  
 extern uint8_t TXBuffer[DATA_SIZE];