index
:
micropython
docs/library/bluetooth
master
parse-bytecode
v1.22-release
v1.24-release
MicroPython - a lean and efficient Python implementation for microcontrollers and constrained systems
Aslak Raanes
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
qemu-arm
/
mphalport.h
blob: d996402ae4ac4bb8fb5d661d4ca136481d16ac00 (
plain
) (
blame
)
1
2
#define mp_hal_stdin_rx_chr() (0) #define mp_hal_stdout_tx_strn_cooked(s, l) write(1, (s), (l))