Skip to content

yamori813/mruby-bsdspi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mruby-bsdspi Build Status

BsdSpi class

install by mrbgems

  • add conf.gem line to build_config.rb
MRuby::Build.new do |conf|

    # ... (snip) ...

    conf.gem :github => 'yamori813/mruby-bsdspi'
end

example

p BsdSpi.hi
#=> "hi!!"
t = BsdSpi.new "hello"
p t.hello
#=> "hello"
p t.bye
#=> "hello bye"

License

under the BSD License:

  • see LICENSE file

About

FreeBSD spigen binding

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published