Fix VCC voltage comments in examples - remove incorrect variant references#19
Merged
matthias-bs merged 4 commits intomainfrom Feb 9, 2026
Merged
Conversation
Co-authored-by: matthias-bs <83612361+matthias-bs@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Fix comments regarding VCC voltage range
Fix VCC voltage comments - remove incorrect variant references
Feb 9, 2026
Co-authored-by: matthias-bs <83612361+matthias-bs@users.noreply.github.com>
Copilot
AI
changed the title
Fix VCC voltage comments - remove incorrect variant references
Fix VCC voltage documentation - clarify continuous range, remove variant references
Feb 9, 2026
Co-authored-by: matthias-bs <83612361+matthias-bs@users.noreply.github.com>
Copilot
AI
changed the title
Fix VCC voltage documentation - clarify continuous range, remove variant references
Fix VCC voltage comments in examples - remove incorrect variant references
Feb 9, 2026
matthias-bs
approved these changes
Feb 9, 2026
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.
Two example files incorrectly implied sensor variants requiring either 3.3V or 5V. The DYP-R01CW operates across the continuous range 3.3-5.0V with no variants.
Changes
examples/Basic/Basic.ino
VCC to 5V (or 3.3V depending on sensor version)→VCC to supply voltage (3.3...5.0V)examples/DistanceOffset/DistanceOffset.ino
VCC to 5V (or 3.3V depending on sensor version)→VCC to supply voltage (3.3...5.0V)All other example files already use the correct voltage range notation. README.md hardware specifications remain unchanged.
Original prompt
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.