Modularizando o src

Dependencies:   EALib EthernetInterface_vz mbed-rtos mbed

Fork of header_main_colinas_V0-20-09-14 by VZTECH

Committer:
klauss
Date:
Tue Nov 24 14:06:22 2015 +0000
Revision:
137:32dd35a6dbc9
Parent:
121:ee02790d00b7
core source of the .bin (09/21/2015) in the field

Who changed what in which revision?

UserRevisionLine numberNew contents of line
klauss 121:ee02790d00b7 1 #ifndef __UART3INTERRUPT_H__
klauss 121:ee02790d00b7 2 #define __UART3INTERRUPT_H__
klauss 0:4d17cd9c8f9d 3
klauss 74:81c47fff88a5 4 #include "mbed.h"
klauss 78:1353744f01e1 5 #include "shared_variables.h"
klauss 74:81c47fff88a5 6
klauss 121:ee02790d00b7 7 extern char RXBuffer [ CB_BUFFER_SIZE ];
klauss 74:81c47fff88a5 8 ///< UART3 RX Buffer
klauss 121:ee02790d00b7 9
klauss 0:4d17cd9c8f9d 10 extern volatile uint8_t status;
klauss 0:4d17cd9c8f9d 11
klauss 121:ee02790d00b7 12 void SerialRecvInterrupt ( void );
klauss 74:81c47fff88a5 13
klauss 121:ee02790d00b7 14 void RXFrameSync ( void );
klauss 0:4d17cd9c8f9d 15
klauss 0:4d17cd9c8f9d 16 #endif