Install & Compatibility
Where this runs
No compatibility data collected yet for this library.
Code
Verified usage
Verified import paths — ran on the pinned version, not inferred.
Blink an LED with an Arduino
require 'artoo'
connection :arduino, adaptor: :firmata, port: '/dev/ttyACM0'
device :led, driver: :led, pin: 13
work do
every 1.second do
led.toggle!
end
end
Debug
Known issues
No known issues recorded.
Audit
Dependencies
No dependency data recorded yet.