You are on page 1of 1

1.

)
while (1)
{
putchar(100); //A Uart 0
putchar1(200); //B Uart 1
delay_ms(2000);
}
}
2.)
while (1)
{
if(getchar()=='Q')
putchar('A');
delay_ms(50);
};
}

You might also like