aboutsummaryrefslogtreecommitdiff
path: root/cc3200/mods/pybuart.h
diff options
context:
space:
mode:
Diffstat (limited to 'cc3200/mods/pybuart.h')
-rw-r--r--cc3200/mods/pybuart.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/cc3200/mods/pybuart.h b/cc3200/mods/pybuart.h
index 73eab476e..2441c1b9d 100644
--- a/cc3200/mods/pybuart.h
+++ b/cc3200/mods/pybuart.h
@@ -44,5 +44,6 @@ int uart_rx_char(pyb_uart_obj_t *uart_obj);
bool uart_tx_char(pyb_uart_obj_t *self, int c);
bool uart_tx_strn(pyb_uart_obj_t *uart_obj, const char *str, uint len);
void uart_tx_strn_cooked(pyb_uart_obj_t *uart_obj, const char *str, uint len);
+mp_obj_t uart_callback_new (pyb_uart_obj_t *self, mp_obj_t handler, uint rxbuffer_size, mp_int_t priority);
#endif // PYBUART_H_