• .remoteDigitalWrite()

    Description Write a HIGH or a LOW value to a digital pin on a remote I/O board. The function automatically sets the pinMode() of the target pin to output. Compare with Arduino digitalWrite() Syntax remoteDigitalWrite(pin, value); Parameters pin: the target PIN number, INTEGER value: HIGH or LOW Returns none Example: All examples require two NODES […]