Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: EALib EthernetInterface_vz mbed-rtos mbed
Fork of header_main_colinas_V0-20-09-14 by
UART3Interrupt.h
00001 #ifndef __UART3INTERRUPT_H__ 00002 #define __UART3INTERRUPT_H__ 00003 00004 #include "mbed.h" 00005 #include "shared_variables.h" 00006 00007 extern char RXBuffer [ CB_BUFFER_SIZE ]; 00008 ///< UART3 RX Buffer 00009 00010 extern volatile uint8_t status; 00011 00012 void SerialRecvInterrupt ( void ); 00013 00014 void RXFrameSync ( void ); 00015 00016 #endif
Generated on Tue Jul 12 2022 16:25:14 by
