docs: correct the haptic motor pin — display GPIO 35, not 46 - #25
Open
JimStenstrom wants to merge 1 commit into
Open
JimStenstrom wants to merge 1 commit into
JimStenstrom wants to merge 1 commit into
Conversation
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
One-line fix to the haptic row in
docs/hardware/pinmap.md: the motor is on the display CPU's GPIO 35, not GPIO 46 asFwDisplayVibe.mdstates.Why
Bench-verified on a production FreeWili 2 (stock firmware v07) through the built-in debug probe: neither CPU ever configures GPIO 46 — both sit at power-on reset even while stock touch feedback is buzzing the motor, and driving that pin directly does nothing — while driving display GPIO 35 actuates the motor in exact sync. Stock firmware drives it with PWM at 180 Hz / 50 % duty (slice 9 ch B; sysclk measured at 240 MHz). Happy to share the full register-level notes if useful.
Testing
Docs-only, one-line table fix.
tests/test_no_private_refs.pypasses;git diff --checkclean.