This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
micropython
mirror of
https://github.com/micropython/micropython.git
Watch
1
Star
0
Fork
You've already forked micropython
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
3b0bd87906
micropython
/
stm
/
usart.h
2 lines
58 B
C
Raw
Normal View
History
Unescape
Escape
Add USART Micro Python Bindings * Add Micro Python bindings to usart.c * Export USART python object to namespace pyb
2014-01-09 11:36:13 +00:00
mp_obj_t
pyb_Usart
(
mp_obj_t
usart_id
,
mp_obj_t
baudrate
)
;