Révision 911
Ajouté par dgmbadinga il y a environ 4 ans
Sp4c12.c | ||
---|---|---|
|
||
#include "sfr32c87.h"
|
||
#include "uart0.h"
|
||
#include "rectrame.h"
|
||
|
||
|
||
|
||
char Buffer[];
|
||
void main(void)
|
||
{
|
||
char c='A';
|
||
int i;
|
||
uart0_init();
|
||
uart0_tx(c);
|
||
char c;
|
||
uart0_init();
|
||
while(1)
|
||
|
||
{
|
||
/*int i=0;
|
||
{
|
||
for (i=0;i<26;i++)
|
||
uart0_tx(c+i);
|
||
}*/
|
||
uart0_rx();
|
||
}
|
||
|
||
|
||
}
|
||
|
||
|
Formats disponibles : Unified diff
tpsp4 c12 non terminé