This website requires JavaScript.
Explore
Help
Sign In
djsundog
/
circuitpython
Watch
1
Star
0
Fork
0
You've already forked circuitpython
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
74269f86b9
circuitpython
/
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 06:36:13 -05:00
mp_obj_t
pyb_Usart
(
mp_obj_t
usart_id
,
mp_obj_t
baudrate
)
;
Reference in New Issue
Copy Permalink