pozyxLabs / Pozyx-Arduino-library

The Arduino library for use with the pozyx accurate indoor positioning system.
https://www.pozyx.io
MIT License
78 stars 53 forks source link

POZYX_DEVICE_GETINFO doesn't return the "Special flag describing the device" #50

Closed jakemagee closed 7 years ago

jakemagee commented 7 years ago

When executing the POZYX_DEVICE_GETINFO function, I don't appear to be getting the 3rd byte, "Special flag describing the device", as described in the register overview documentation. I appear to get a success/failure byte, and then the device address bytes.

samuelvdv commented 7 years ago

The first byte is indeed a success/failure byte (I have changed this in the documentation). However, the following bytes should be the information about the device as is listed in the documention. Best regards,