Révision 784
Ajouté par megoutteno il y a presque 4 ans
SP4c12.c | ||
---|---|---|
|
||
void uart0_init(void) ;
|
||
void uart0_tx(char c) ;
|
||
// char uart0_rx(void) ;
|
||
|
||
char uart0_rx(void) ;
|
||
@@ -72,4 +71,8 @@
|
||
u0tb=c;
|
||
te_u0c1=0;
|
||
|
||
}
|
||
char uart0_rx(void)
|
||
{
|
||
|
||
}
|
Formats disponibles : Unified diff
realisation de la fonction init et transmission