You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

This command writes data (from 1 to 32 bytes) to the requested I2C address.

Byte

Value

Description

1

0xAD

I2C_WRITE command ID

2

Address

I2C Address
MB_I2C_ADRESS=0x3F

3

size

Number of bytes to write (max 32)

From 4 to size+3

data

Data to write (size bytes)

From size+4 to 64

-

Not used

I2C_WRITE Command Packet Layout.

Reply packet doesn't contain any usable information.

  • No labels