Skip to content
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

Support non-longint builds #17

Merged
merged 3 commits into from
Jan 9, 2025
Merged

Conversation

FoamyGuy
Copy link
Contributor

@FoamyGuy FoamyGuy commented Jan 2, 2025

@ladyada

Resolves: #4

I tested the modified version successfully on a QTPY M0 and am able to use the library and simpletest script with these changes and get distance values with it.

I also tested on a feather S3 TFT with and without these changes and confirmed the distance returned is the same when the sensor is in the same position, so these changes do not interfere with behavior on builds that do have longint.

adafruit_vl53l4cd.py Outdated Show resolved Hide resolved
adafruit_vl53l4cd.py Outdated Show resolved Hide resolved
@FoamyGuy FoamyGuy merged commit 4b9259f into adafruit:main Jan 9, 2025
1 check passed
adafruit-adabot added a commit to adafruit/Adafruit_CircuitPython_Bundle that referenced this pull request Jan 10, 2025
Updating https://github.com/adafruit/Adafruit_CircuitPython_HTU21D to 0.11.16 from 0.11.15:
  > Merge pull request adafruit/Adafruit_CircuitPython_HTU21D#25 from jposada202020/adding_displayio_example

Updating https://github.com/adafruit/Adafruit_CircuitPython_VL53L4CD to 1.3.0 from 1.2.3:
  > Merge pull request adafruit/Adafruit_CircuitPython_VL53L4CD#17 from FoamyGuy/remove_longint_req
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.

OverflowError: long int not supported in this build
2 participants