Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: adafruit/Adafruit_CircuitPython_VL53L4CD
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.1.7
Choose a base ref
...
head repository: adafruit/Adafruit_CircuitPython_VL53L4CD
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.2.0
Choose a head ref
  • 7 commits
  • 1 file changed
  • 3 contributors

Commits on Apr 19, 2023

  1. Update adafruit_vl53l4cd.py

    Added range_status() function to get the measurement validity of the current measurement.
    markkamp committed Apr 19, 2023
    Configuration menu
    Copy the full SHA
    7a82af0 View commit details
    Browse the repository at this point in the history
  2. Update adafruit_vl53l4cd.py

    Added sigma() function to get the estimated noise for the latest reported distance.
    markkamp committed Apr 19, 2023
    Configuration menu
    Copy the full SHA
    41ef3c8 View commit details
    Browse the repository at this point in the history
  3. Code check with pre-commit

    markkamp committed Apr 19, 2023
    Configuration menu
    Copy the full SHA
    3394c12 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2023

  1. Configuration menu
    Copy the full SHA
    a116de9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b964d8c View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2024

  1. constant names

    FoamyGuy committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    346f7fa View commit details
    Browse the repository at this point in the history
  2. Merge pull request #9 from markkamp/measurement_quality

    Measurement quality
    FoamyGuy authored Feb 26, 2024
    Configuration menu
    Copy the full SHA
    16def9d View commit details
    Browse the repository at this point in the history
Loading