Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

README.md

mruby-stdio-m5stack Build Status

STDOUT._putc and STDIN._getc for M5Stack

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-m5stack'
end

example

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

License

under the MIT License:

  • see LICENSE file