AnalogOutput

Wire Editor

Description

  • Component for the parts being controlled by ARDUINO analogWrite

  • ADC value has 0 to 1 range and it is controlled 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

  • ARDUINO Pin that is used in analogWrite

  • Be sure to use the Analog Pin

Value

  • analogWrite Value (Range 0 to 1)

  • It is Normalized by PWM Resolution in ArdunityApp.

Wiring