voltando a versao de n aberturas e fechamentos de sockets

Dependencies:   EthernetInterface NTPClient mbed-rtos_old mbed

Fork of header_main_public by VZTECH

UART3Interrupt.h

Committer:
klauss
Date:
2014-09-19
Revision:
18:01a93677e40c
Parent:
0:4d17cd9c8f9d

File content as of revision 18:01a93677e40c:

#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