summaryrefslogtreecommitdiffstatshomepage
path: root/esp8266/uart.h
diff options
context:
space:
mode:
authorRadomir Dopieralski <openstack@sheep.art.pl>2016-06-29 14:18:48 +0200
committerRadomir Dopieralski <openstack@sheep.art.pl>2016-06-30 18:18:50 +0200
commit35962eaab05bc4c1d17e4f0f568706ba8df4de51 (patch)
treec9c917434f34dd0f23b56616b0fb8a462f39084d /esp8266/uart.h
parentd1b7ba5dc179570f2989d2eefabda4b4e9f6d8ae (diff)
downloadmicropython-35962eaab05bc4c1d17e4f0f568706ba8df4de51.tar.gz
micropython-35962eaab05bc4c1d17e4f0f568706ba8df4de51.zip
esp8266/modpybuart: allow setting baudrate and other params
Diffstat (limited to 'esp8266/uart.h')
-rw-r--r--esp8266/uart.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/esp8266/uart.h b/esp8266/uart.h
index 8e09beea58..21894d3fa6 100644
--- a/esp8266/uart.h
+++ b/esp8266/uart.h
@@ -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_