BsdSpi class
- add conf.gem line to
build_config.rb
MRuby::Build.new do |conf|
# ... (snip) ...
conf.gem :github => 'yamori813/mruby-bsdspi'
endp BsdSpi.hi
#=> "hi!!"
t = BsdSpi.new "hello"
p t.hello
#=> "hello"
p t.bye
#=> "hello bye"under the BSD License:
- see LICENSE file