GenericServo

Wire Editor

Description

  • Components used in control of general Servo motor

    • It is controlled by ARDUINO Servo library.

  • It has Sketch Option for ARDUINO Sketch

Inspector

id

  • Controller ID

  • It should not overlap with other Controller ID.

pin

  • ARDUINO Pin that is used in controlling servo motor

Calibrated Angle

  • It can be adjusted through this value when the angle of the servo motor is not exactly matching.

Min Angle

  • The minimum travel angle of the servo motor

    • Angle value can not be smaller than MinAngle value.

Max Angle

  • The maximum travel angle of the servo motor

    • Angle value can not be bigger than MaxAngle value

Angle

  • Angle of Servo motor (Range -90 deg to + 90 deg, by 1 deg)

Wiring