Exemple fait en classe th4 du cours 247-637 (2017)
processusUART.h
- Committer:
- YROY2004
- Date:
- 2017-09-15
- Revision:
- 0:669a6bff2494
File content as of revision 0:669a6bff2494:
#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