Quantcast
Channel: Raspberry Pi Forums
Viewing all articles
Browse latest Browse all 4786

MicroPython • Re: Different values measuring analogue signals Pico vs Pico W

$
0
0

Code:

analogue_input = ADC(28)
I would propose to change this to

Code:

analogue_input = ADC(Pin(28))
There have been some reports about 'bad' ADC values when using the first pattern. Guess pullup or pulldown are not switched off when first pattern is used.

Statistics: Posted by ghp — Fri May 10, 2024 6:09 am



Viewing all articles
Browse latest Browse all 4786

Trending Articles