Porting AVR code to ESP8266. UART
Posted: Tue Dec 01, 2015 8:42 am
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
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