Skip to content

Fixed "i2c_address * 2" bug #18

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

wisecatdev
Copy link

TODO in python_lib\vl53l0x_python.c mentioned bug resulting in output of VL53L0X_SetDeviceAddress() having to multiple desired i2c_address by 2 in order to get correct address assigned to the sensor. Located bug in the API function where the device address was being arbitrarily being divided by 2 before being assigned to the sensor.

TODO in python_lib\vl53l0x_python.c mentioned bug resulting in output of VL53L0X_SetDeviceAddress() having to multiple desired i2c_address by 2 in order to get correct address assigned to the sensor. Located bug in the API function where the device address was being arbitrarily being divided by 2 before being assigned to the sensor.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant