Modularizando o src

Dependencies:   EALib EthernetInterface_vz mbed-rtos mbed

Fork of header_main_colinas_V0-20-09-14 by VZTECH

UART3Interrupt.h

Committer:
klauss
Date:
2015-05-08
Revision:
121:ee02790d00b7
Parent:
119:ee6a53069455

File content as of revision 121:ee02790d00b7:

#ifndef __UART3INTERRUPT_H__
#define __UART3INTERRUPT_H__

#include "mbed.h"
#include "shared_variables.h"

extern char RXBuffer [ CB_BUFFER_SIZE ];
///< UART3 RX Buffer

extern volatile uint8_t status;

void SerialRecvInterrupt ( void );

void RXFrameSync ( void );

#endif