VL53L1X - implementing non-blocking communication
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...