arduino_firmata
arduino_firmata copied to clipboard
Arduino Firmata protocol implementation on Ruby
Results
13
arduino_firmata issues
Sort by
recently updated
recently updated
newest added
Im using your library with the nonblocking turned on and eventmachine. I faced a problem with this part of the process input interval: ``` @process_input_interval = eventmachine ? 0.0001 :...
current ``` ruby (0...6).each do |i| write(REPORT_ANALOG | i) write 1 end ``` set number of Analog ports when connect.
enhancement