X-Git-Url: https://git.ayoreis.com/hackapet/Adafruit_Blinka.git/blobdiff_plain/03c4bc1d41655d8e73ff89039b2a8ec34b3649ca..0f970c357327ac41686e5fd91d3fd5ac31128173:/src/adafruit_blinka/board/feather_u2if.py diff --git a/src/adafruit_blinka/board/feather_u2if.py b/src/adafruit_blinka/board/feather_u2if.py index c02864c..a6ba759 100644 --- a/src/adafruit_blinka/board/feather_u2if.py +++ b/src/adafruit_blinka/board/feather_u2if.py @@ -1,6 +1,6 @@ -"""Pin definitions for the Feather RP2040 with u2if firmware.""" - """ +Pin definitions for the Feather RP2040 with u2if firmware. + Adafruit CircuitPython 6.2.0 on 2021-04-05; Adafruit Feather RP2040 with rp2040 >>> import board >>> board. @@ -41,4 +41,5 @@ MOSI = pin.GP19 MISO = pin.GP20 # access u2if via pin instance to open for specifc VID/PID +# pylint:disable = protected-access pin.GP0._u2if_open_hid(0x239A, 0x00F1)