GitHub - mruby-Forum/mruby-stdio: STDOUT and STDIN for embedded system

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

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

Readme

License

View license

Activity

Custom properties

Stars

0 stars

Watchers

0 watching

Forks

0 forks

Releases

No releases published

Languages

  • Ruby 100.0%