1 """Pin definitions for the Raspberry Pi Pico running u2if firmware"""
 
   2 from adafruit_blinka.microcontroller.rp2040_u2if import pin
 
  40 SCLK = SCK = SCLK0 = SCK0 = GP18
 
  48 # access u2if via pin instance to open for specifc VID/PID
 
  49 # pylint:disable = protected-access
 
  50 pin.GP0._u2if_open_hid(0xCAFE, 0x4005)