ruby-gpio
ruby-gpio copied to clipboard
A Ruby DSL to interface with the Raspberry Pi GPIO.
Results
2
ruby-gpio issues
Sort by
recently updated
recently updated
newest added
controller = GPIO.access(:blue => 9) do blue.as :in blue.async.watch_for(0) do puts "low" end end controller => #
This PR makes possible to use this library with recent libraries, such as rails.