from machine import Pin
from utime import sleep
print("hello")
ldr = Pin(27, 0, 65537)
while True:
    value = ldr.value()
    print('value = {}'.format(value))
    sleep(3)
BOOTSELLED1239USBRaspberryPiPico©2020RP2-8020/21P64M15.00TTT