Skip to content

WRITE

Category: Keyword / Command Modifier
Syntax: I2C(WRITE, data) SPI(WRITE, data)

Description

Used within I2C or SPI function to specify data transmission bytes onto their respective communication channels.

See also

Example

10 I2C(WRITE, 0xFF)