• .remoteAnalogWrite()

    Description Write an analog value to a PWM pin on a remote I/O board. The function automatically sets the pinMode() of the target pin to output. The analog write value expects a value between 0 – 255. Compare with Arduino analogWrite() Syntax remoteAnalogWrite(pin, value); Parameters pin: the target pin number, INTEGER value: 0 (off) – […]