from machine import Pin,ADC
import time 
v=ADC(Pin(28))
while 1:
    value=v.read_u16()
    volt=value*(5/65535)
    print(value)
    print("volt = ", volt)
    time.sleep(1)
BOOTSELLED1239USBRaspberryPiPico©2020RP2-8020/21P64M15.00TTT