This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

DS90UB954-Q1: board.write question

Part Number: DS90UB954-Q1

can the function board,write issue a burst of 16 bit writes or is it one only

eg

board.WriteI2C(AS0140A,0xfc, [0x00,0x04,0x16]) # write 0xfc00 with 0x0416

....

is this possible

board.WriteI2C(AS0140A,0xfc, [0x00,0x04,0x16,0xef,0xff,0x01,0x20])  # write to fc00 , fc02 ,fc04 ...