2020-03-03 01:08 AM
Dear community,
I found the Q&A but I can't find the place where I can write my own question. So I do it here for now.
I have a question about the vl53l0x api. In the API manual they say that you should call it in this sequence:
dataInit()
staticInit()
PerformReferenceSpadManagement()
PerformRefCalibration()
The manual says this but in the API and in the API examples its not this sequence order. The PerformReferenceSPadManagement() and the PerformRefCalibration() seems to have switched in calling order? Im using the API version 1.0.2.4823. I am using this manual: https://www.st.com/content/ccc/resource/technical/document/user_manual/group0/6b/4e/24/90/d8/05/47/a5/DM00279088/files/DM00279088.pdf/jcr:content/translations/en.DM00279088.pdf
Can someone help me? Thanks! :)