This website works better with JavaScript.
Home
Explore
Help
Sign In
lukechilds
/
passport-firmware
mirror of
https://github.com/lukechilds/passport-firmware.git
Watch
1
Star
0
Fork
0
Code
Issues
Projects
Releases
Wiki
Activity
7
Commits
42
Branches
8
Tags
43 MiB
Tree:
3ff22481e6
passport-firmware
/
ports
/
qemu-arm
/
uart.h
3 lines
70 B
Raw
Normal View
History
Initial commit
4 years ago
void
uart_init
(
void
)
;
void
uart_tx_strn
(
const
char
*
buf
,
size_t
len
)
;