Skip to content

write command

Dilshan R Jayakody edited this page Mar 16, 2021 · 4 revisions

Format: write [VALUE]

Write/send specified [VALUE] into the I2C bus. In this command, [VALUE] is an 8-bit (base 10) integer or hexadecimal value. All hexadecimal values must begin with the 0x prefix.

  > init 100
  > start
  > write-address 0xE0
  > write 10
  > write 0xA6
  > stop