Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin

...

Scroll Title
titleI2C_WRITE Command Packet Layout.

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

...