Skip to content

mimaki/mruby-stdio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mruby-stdio Build Status

STDOUT and STDIN for embedded system

It is necessary to prepare STDOUT._putc and STDIN._getc for target device.

install by mrbgems

  • add conf.gem line to build_config.rb
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

example

$stdout.print '=> '
$stdout.puts $stdin.gets.chomp

License

under the MIT License:

  • see LICENSE file

About

STDOUT and STDIN for embedded system

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages