from machine import Pin, ADC
import time

potentionmetre = ADC(26)


while True:
  print(potentionmetre.read_u16())
  time.sleep(1)
BOOTSELLED1239USBRaspberryPiPico©2020RP2-8020/21P64M15.00TTT