-->
Page 1 of 1

Porting AVR code to ESP8266. UART

PostPosted: Tue Dec 01, 2015 8:42 am
by engrkhawaja
Hi,

I a porting AVR Based Arduino Library to Esp8266. I have issue to tranlating
These two commands to ESP8266.

while (!(UCSR0A & (1 << TXC0)));

UCSR0A=UCSR0A |(1 << TXC0);

Can you please help me a bit.
Thanks