Skip to content

Enable pullup on inputshifter data pin#373

Open
elral wants to merge 2 commits intomainfrom
inputshifter_pullup
Open

Enable pullup on inputshifter data pin#373
elral wants to merge 2 commits intomainfrom
inputshifter_pullup

Conversation

@elral
Copy link
Copy Markdown
Collaborator

@elral elral commented Feb 11, 2026

Description of changes

Enable PullUp for Data In pin for InputShifter.

Not connected InputShifter but defined on the board leads to multiple messages to the connector due to floating pin if PullUp is not enabled. This is fixed with this PR.

Fixes #372

@elral elral requested a review from DocMoebiuz as a code owner February 11, 2026 05:03
@github-actions
Copy link
Copy Markdown

Board and firmware folder for this pull request:
Mobiflight-Firmware.zip

@github-actions
Copy link
Copy Markdown

github-actions bot commented Apr 5, 2026

Board and firmware folder for this pull request:
Mobiflight-Firmware.zip

Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Enables the internal pull-up resistor on the InputShifter data-in pin to prevent floating inputs when an InputShifter is configured but not physically connected (addresses issue #372).

Changes:

  • Configure _dataPin as INPUT_PULLUP in MFInputShifter::attach() to stabilize reads when the line is otherwise floating.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

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.

Mutliple messages from InputShifter

2 participants