class RoboticArm::Elbow

Public Class Methods

new(robot_arm) click to toggle source
Calls superclass method RoboticArm::ComponentMoving::new
# File lib/robotic-arm.rb, line 278
def initialize(robot_arm)
  super(robot_arm)
  @upval, @downval = 0x10, 0x20
end