This website requires JavaScript.
Explore
Help
Sign In
djsundog
/
circuitpython
Watch
1
Star
0
Fork
You've already forked circuitpython
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
b349479a49
circuitpython
/
qemu-arm
/
mphalport.h
3 lines
96 B
C
Raw
Blame
History
#
define mp_hal_stdin_rx_chr() (0)
#
define mp_hal_stdout_tx_strn_cooked(s, l) write(1, (s), (l))
Reference in New Issue
View Git Blame
Copy Permalink