circuitpython/stm/usart.h
mux c70ac7bf71 Add USART Micro Python Bindings
* Add Micro Python bindings to usart.c
* Export USART python object to namespace pyb
2014-01-09 13:36:13 +02:00

2 lines
58 B
C

mp_obj_t pyb_Usart(mp_obj_t usart_id, mp_obj_t baudrate);