Skip to content

Pico - Limit the number of PWM pins to 16#1454

Merged
DocMoebiuz merged 2 commits intoMobiFlight:mainfrom
elral:1453_reduce_PWM_pico
Dec 15, 2023
Merged

Pico - Limit the number of PWM pins to 16#1454
DocMoebiuz merged 2 commits intoMobiFlight:mainfrom
elral:1453_reduce_PWM_pico

Conversation

@elral
Copy link
Contributor

@elral elral commented Nov 27, 2023

This PR limits the number of PWM pins to 16.
Only pin 0 to pin 15 can be used as PWM output due to the HW limitation of the RP2040 processor.

A detailed explanation can be found in the PR 283 within the FW repo.

Fixes #1453

@elral elral requested a review from DocMoebiuz as a code owner November 27, 2023 07:51
@github-actions
Copy link

Build for this pull request:
MobiFlightConnector.zip

@neilenns neilenns self-requested a review November 27, 2023 12:44
@github-actions
Copy link

Build for this pull request:
MobiFlightConnector.zip

Copy link
Collaborator

@DocMoebiuz DocMoebiuz left a comment

Choose a reason for hiding this comment

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

Thanks!

@DocMoebiuz DocMoebiuz changed the title Limit the number of PWM pins to 16 Pico - Limit the number of PWM pins to 16 Dec 15, 2023
@DocMoebiuz DocMoebiuz added the bug Something isn't working in a officially released version label Dec 15, 2023
@DocMoebiuz DocMoebiuz merged commit 1c1584d into MobiFlight:main Dec 15, 2023
@elral elral deleted the 1453_reduce_PWM_pico branch December 17, 2023 14:52
@DocMoebiuz DocMoebiuz added enhancement Improvement of an existing feature and removed bug Something isn't working in a officially released version labels Jan 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement Improvement of an existing feature

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Two Pins get set at the same time on Pico

3 participants