Closed matthias-mueller closed 5 years ago
https://github.com/sparkfun/SparkFun_VL53L1X_Arduino_Library/blob/1773c55cb9fe2427d5f6ceef2aaf080b380fc88f/src/SparkFun_VL53L1X.cpp#L228
should be
int16_t temp;
according to the return type of the wrapped class.
Good catch, fixed and pushed, check out v1.1.1
https://github.com/sparkfun/SparkFun_VL53L1X_Arduino_Library/blob/1773c55cb9fe2427d5f6ceef2aaf080b380fc88f/src/SparkFun_VL53L1X.cpp#L228
should be
according to the return type of the wrapped class.