Yves Roy / Mbed 2 deprecated 247-637-th4

Dependencies:   mbed

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers processusUART.h Source File

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