| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
STDOUT and STDIN for embedded system
It is necessary to prepare STDOUT._putc and STDIN._getc for target device.
MRuby::Build.new do |conf|
# ... (snip) ...
conf.gem :git => 'https://github.com/mimaki/mruby-stdio'
conf.gem :git => 'https://github.com/mimaki/mruby-stdio-grpeach' # _putc/_getc for target device
end$stdout.print '=> '
$stdout.puts $stdin.gets.chompunder the MIT License:
| Back | FazBrowse Home | New Git URL |