hybridgroup/artoo-arduino

View on GitHub
ext/Rakefile

Summary

Maintainability
Test Coverage
require 'artoo/commands/install'

task :default => :install_commands

task :install_commands do
  @install = Artoo::Commands::Install.new
  @install.command(File.expand_path(File.dirname(__FILE__) + "/../lib/artoo/commands/firmata.rb"))
  @install.command(File.expand_path(File.dirname(__FILE__) + "/../lib/artoo/commands/arduino.rb"))
  @install.command(File.expand_path(File.dirname(__FILE__) + "/../lib/artoo/commands/hex/StandardFirmata.cpp.hex"))
end