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.
uart1.h
00001 #ifndef UART1_ 00002 #define UART1_ 00003 00004 #include "comms.h" 00005 00006 #ifdef __cplusplus 00007 extern "C" { 00008 #endif 00009 00010 void init_uart1(void); 00011 int uart1_is_char(void); 00012 int uart1_get_char(void); 00013 void send_uart1_char(unsigned char c); 00014 00015 #ifdef __cplusplus 00016 } 00017 #endif 00018 00019 #endif
Generated on Tue Jul 12 2022 22:58:49 by
1.7.2