Example sketches for the new Arduino IDE for ESP8266

Moderator: igrr

User avatar
By engrkhawaja
#35446 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