AnalogInput

Wire Editor

Description

  • Component for the parts being controlled by ARDUINO analogRead

    • ADC value has 0 to 1 range and it is transferred after normalizing

    • Sketch Option has to be set because it is creating ARDUINO Sketch

Inspector

id

  • Controller ID

  • It should not overlap with other Controller ID.

pin(A_)

  • ARDUINO Pin that is used in analogRead

  • Be sure to use the Analog Pin

  • (For example, In case of A0 Pin, O must be used without A.)

Enable update

  • Whether to continue to update the value of analogRead

  • It can be disabled to reduce the communication load as needed.

Value

  • analogRead Value (Range 0 to 1)

  • It is Normalized by ADC Resolution in ArdunityApp.

Wiring