User Activity

Hello!I am using the vl53l1x on a raspberry pi with python (pimoroni library) and want to implement the NON-BLOCKING communicationSo I changed the “wait_method�? in the api (vl53l1_api_core.c) for measurements to NON_BLOCKING and recompiled/reinstall...
Hey,I am using the vl53l1x on a raspberry pi with python (pimoroni library). However, to my knowledge and experience, by default the waiting method for measurement data is BLOCKING. So in Python the get_distance() function takes about as much time as...