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
diff -r 000000000000 -r 4d17cd9c8f9d UART3Interrupt.h
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/UART3Interrupt.h	Tue Sep 09 20:01:24 2014 +0000
@@ -0,0 +1,13 @@
+#ifndef _UART3INTERRUPT_H
+#define _UART3INTERRUPT_H
+#include "configs.h"
+
+extern char RXBuffer[DATA_SIZE];          // UART3 RX Buffer
+extern volatile uint8_t status;
+
+void SerialRecvInterrupt (void);
+//void RcvRX( void );
+//void initRX ( void );
+void RXFrameSync (void);
+
+#endif
\ No newline at end of file