DigitalInput

Wire Editor

Description

    • Component for the parts being controlled by ARDUINO digitalRead

    • It supports both INPUT and INPUT_PULLUP of ARDUINO pinMode.

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

Circuit

External pull-up

Internal pull-up

ARDUINO InputMode

INPUT

INPUT_PULLUP

Inspector

id

  • Controller ID

  • It should not overlap with other Controller ID.

pin

    • ARDUINO Pin that is used in digitalRead

pullup

  • Option of INPUT, INPUT_PULLUP in pinMode

      • Check: INPUT_PULLUP

      • Uncheck: INPUT

Enable update

  • Whether to keep updating digitalRead value

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

Value

  • digitalRead value

    • TRUE: HIGH

    • FALSE: LOW

Wiring