Fix ADCInput masking #2937

Merged
earlephilhower merged 1 commits from a3 into master 2025-05-05 19:16:29 +03:00
earlephilhower commented 2025-05-05 17:25:02 +03:00 (Migrated from github.com)

Fixes #2935

The PICO_2350A patch flipped the logic of the ADCInput bitmask calcs causing the 2040 and 2350A to use bitmasks for the 2350B (i.e. wrong GPIOs) and vice versa.

Fixes #2935 The PICO_2350A patch flipped the logic of the ADCInput bitmask calcs causing the 2040 and 2350A to use bitmasks for the 2350B (i.e. wrong GPIOs) and vice versa.
gcallipo commented 2025-05-05 18:45:17 +03:00 (Migrated from github.com)

I checked and can confirm the fix solved the issue #2935
Thanks.

I checked and can confirm the fix solved the issue #2935 Thanks.
Sign in to join this conversation.