I've been using Flowcode for a while, but now I need your help with my puzzle.
I'm using sensor TMP1075 which is an I2C temperature sensor and I am unable to read 2 bytes from this chip atm

The temperature register of the TMP1075 is a 12-bit, read-only register that stores the result of the most recent
conversion (address 0x00). Data is represented in binary two's complement format. The first 12 bits are used
to indicate temperature, with all remaining bits equal to zero.
I have been using the GenericReadRegister call which is great as it's just 1 entry and works all the time. This is true for 1 byte readmm, but how do I read 2 bytes?
Thanks for your help,
R