Ends a transmission to a slave device initiated with `begin-transmission`. All bytes queued for writing with `write-byte` will flush at the moment of this node trigerring.
Possible errors:
— Data too long to fit in transmit buffer
— Received NACK on transmit of address
— Received NACK on transmit of data
— Other error
end-transmission
@/end-transmission
Ends a transmission to a slave device initiated with `begin-transmission`. All bytes queued for writing with `write-byte` will flush at the moment of this node trigerring.
Possible errors:
— Data too long to fit in transmit buffer
— Received NACK on transmit of address
— Received NACK on transmit of data
— Other error
I2C@/i2c
I²C interface object
SENDpulse
Triggers the transmission end. Use `DONE` output of a `write-byte` as the source of the pulse.
DONEpulse
Pulses when the transmission successfully completes.