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.
processusUART.h
00001 #ifndef PROCESSUS_UART_H 00002 #define PROCESSUS_UART_H 00003 00004 00005 //------------------------------------ 00006 // Hyperterminal configuration 00007 // 9600 bauds, 8-bit data, no parity 00008 //------------------------------------ 00009 00010 00011 #define PROCESSUS_UART_PRET 1 00012 #define PROCESSUS_UART_LIBRE 0 00013 00014 extern uint16_t messagePret; 00015 00016 void initialiseUART(void); 00017 void gereUART(void); 00018 00019 00020 #endif
Generated on Sat Jul 16 2022 00:15:51 by
1.7.2