Method: Argus::Controller#left

Defined in:
lib/argus/controller.rb

#left(amount) ⇒ Object



54
55
56
57
58
# File 'lib/argus/controller.rb', line 54

def left(amount)
  @moving = true
  @roll = -amount
  update_pcmd
end