esp8266/modpybuart: allow setting baudrate and other params

This commit is contained in:
Radomir Dopieralski
2016-06-29 14:18:48 +02:00
parent d1b7ba5dc1
commit 35962eaab0
3 changed files with 98 additions and 10 deletions

View File

@@ -96,5 +96,6 @@ int uart_rx_char(void);
void uart_tx_one_char(uint8 uart, uint8 TxChar);
void uart_flush(uint8 uart);
void uart_os_config(int uart);
void uart_setup(uint8 uart);
#endif // _INCLUDED_UART_H_