import analogio
import board
import time
ldr = analogio.AnalogIn(board.GP26)
while True:
print(ldr.value)
time.sleep(0.15)import analogio
import board
import time
ldr = analogio.AnalogIn(board.GP26)
while True:
print(ldr.value)
time.sleep(0.15)