from machine import Pin,ADC,PWM
from utime import sleep
x=ADC(Pin(28))
while True:
    a=x.read_u16()
    print(a)
    sleep(0.1)  
BOOTSELLED1239USBRaspberryPiPico©2020RP2-8020/21P64M15.00TTT