hideakitai/TCA9534

Missing function to set level of multiple outputs at once.

Closed this issue · 1 comments

kneh commented

Adding the following function could make some higher level code more efficient, currently there's only the option to set all outputs to the same level only.

    uint8_t output(uint8_t value)
    {
        return writeByte(I2C_ADDR, (uint8_t)Reg::OUTPUT_PORT, value);
    }

Great, supported in v0.1.1.