# Circuit Playground Express Demo Code
# Adjust the pulseio 'board.PIN' if using something else
import pulseio
import board
import adafruit_irremote

pulsein = pulseio.PulseIn(board.GP22, maxlen=120, idle_state=True)
decoder = adafruit_irremote.GenericDecode()




while True:
    pulses = decoder.read_pulses(pulsein)
    try:
        bits = adafruit_irremote.decode_bits(pulses)
    except:
        bits = 0
        print(pulsein)
    print(bits)
    pulses.clear()
BOOTSELLED1239USBRaspberryPiPico©2020RP2-8020/21P64M15.00TTT