import utime import machine adc = machine.ADC(machine.Pin(26)) while True: print(adc.read_u16()) utime.sleep(1)