Exemple fait en classe th4 du cours 247-637 (2017)
Dependencies: mbed
processusUART.h
- Committer:
- YROY2004
- Date:
- 2017-09-15
- Revision:
- 1:204d168becaa
- Parent:
- 0:669a6bff2494
File content as of revision 1:204d168becaa:
#ifndef PROCESSUS_UART_H #define PROCESSUS_UART_H //------------------------------------ // Hyperterminal configuration // 9600 bauds, 8-bit data, no parity //------------------------------------ #define PROCESSUS_UART_PRET 1 #define PROCESSUS_UART_LIBRE 0 extern uint16_t messagePret; void initialiseUART(void); void gereUART(void); #endif