DigitalOutput

Wire Editor

Description

    • Component for the parts being controlled by ARDUINO digitalWrite

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

Inspector

id

  • Controller ID

  • It should not be duplicated with other Controller ID

pin

    • ARDUINO Pin that is used in digitalWrite

defaultValue

    • The value when unity is not connected

      • Unchecked: LOW

      • Checked: HIGH

resetOnStop

    • Whether to keep last value when disconnected from Unity

      • Unchecked: Keep last value

      • Checked: Change to defaultValue

Value

  • The value used in digitalWrite

      • TRUE: HIGH

      • FALSE: LOW

Wiring