part-specs: fix VL53L7CX package and pinout (was VL53L5CX values)#29
Open
OsakaTX wants to merge 1 commit into
Open
part-specs: fix VL53L7CX package and pinout (was VL53L5CX values)#29OsakaTX wants to merge 1 commit into
OsakaTX wants to merge 1 commit into
Conversation
The VL53L7CX section listed a 4.4x2.4x1.0 mm LGA-12 package with an 8-pin pinout. Those are VL53L5CX figures. The VL53L7CX (and pin-compatible VL53L7CH) is a 16-ball LGA, 6.4x3.0x1.6 mm. Corrected the package line and replaced the 8-pin table with the LGA-16 signal map + required pull-ups, per ST DS13865.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Corrects a factual error in the merged
contributions/part-specs/OsakaTX/README.md§4 (VL53L7CX ToF). The package and pinout listed were VL53L5CX values carried over by mistake.Fix
4.4 × 2.4 × 1.0 mm (LGA-12)->6.4 × 3.0 × 1.6 mm (LGA-16)— the correct VL53L7CX package.Source
ST VL53L7CX datasheet DS13865 (§2.5), cross-checked against ST/RS product listings (LGA-16, 6.4 × 3.0 mm). VL53L7CX and VL53L7CH are pin-to-pin compatible per DS14309.
Single-file change to
README.md, based on current main.