]> Repositories - Adafruit_Blinka-hackapet.git/blobdiff - src/adafruit_blinka/board/qtpy_u2if.py
lint1
[Adafruit_Blinka-hackapet.git] / src / adafruit_blinka / board / qtpy_u2if.py
index 76e2c869c92e05b3e12699af58906cc25aa5f83f..569ace2387df330558e3e77987e6aaae26ecfd2b 100644 (file)
@@ -1,6 +1,6 @@
-"""Pin definitions for the QT Py RP2040 with u2if firmware."""
-
 """
+Pin definitions for the QT Py RP2040 with u2if firmware.
+
 Adafruit CircuitPython 6.2.0 on 2021-04-05; Adafruit QTPy RP2040 with rp2040
 >>> import board
 >>> board.
@@ -50,4 +50,5 @@ NEOPIXEL_POWER = pin.GP11
 BUTTON = pin.GP21
 
 # access u2if via pin instance to open for specifc VID/PID
+# pylint:disable = protected-access
 pin.GP0._u2if_open_hid(0x239A, 0x00F7)