voltando a versao de n aberturas e fechamentos de sockets data 19/09

Dependencies:   EthernetInterface NTPClient mbed-rtos mbed EALib

Fork of header_main_publish by VZTECH

Revision:
0:4d17cd9c8f9d
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/parallelcpld.h	Tue Sep 09 20:01:24 2014 +0000
@@ -0,0 +1,12 @@
+#ifndef _PARALLELCPLD_H
+#define _PARALLELCPLD_H
+#include "configs.h"
+ 
+extern uint8_t TXBuffer[DATA_SIZE];
+extern uint8_t tx_clear;
+
+void parallel_write( uint8_t data);
+void send2callboxes();
+void get2();
+
+#endif
\ No newline at end of file