Method: WallE::Servo#max

Defined in:
lib/wall_e/components/servo.rb

#maxObject

Public: Move the servo to the maximum degree.

Returns nothing.



26
27
28
# File 'lib/wall_e/components/servo.rb', line 26

def max
  move_to @range.max
end