da14583 data convert
Hi
I have a problem with da14583 iot sensor, I have received 14583 data but I don't know how to convert it to real data. i get data like this bytearray(b'\x02\x02\x03\xf9\xff\x00\x00\x02\x00')
i know the last 6 data are x y z sensor data so x=\xf9\xff y=x00\x00 z=x02\x00 What method can be used to convert to real data? it look like int16 ? thanks