rb-blink1
rb-blink1 copied to clipboard
Ruby interface for blink(1)
I just got this gem and tried play in irb with the above sample code. Blink1 doesn't respond. Do I need to set a port or run in sudo or...
2.0.0-p598 :004 > b.set_rgb(255, 0, 0) (irb):4: [BUG] Segmentation fault ruby 2.0.0p598 (2014-11-13 revision 48408) [x86_64-darwin13.4.0] -- Crash Report log information -------------------------------------------- See Crash Report log file under the one...
I haven't browsed this repo too much yet, but can't find it specified anywhere how to control multiple blink devices. Is this possible?
``` I'm trying to load a ruby library on my mac. The "sudo gem install rb-blink1" works fine, but when I go to load it: ``` > > require 'blink1'...