from machine import Pin
from utime import sleep_ms

pulsador = Pin(15, Pin.IN, Pin.PULL_DOWN) 

while True: 
    print(pulsador.value())
    sleep_ms(100)
$abcdeabcde151015202530354045505560fghijfghij
BOOTSELLED1239USBRaspberryPiPico©2020RP2-8020/21P64M15.00TTT