We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df7475d commit bfa6ae2Copy full SHA for bfa6ae2
src/adafruit_blinka/microcontroller/bcm2711/pin.py
@@ -2,8 +2,11 @@
2
#
3
# SPDX-License-Identifier: MIT
4
"""Broadcom BCM2711 pin names"""
5
-import lgpio
+
6
+# pylint: disable=unused-import
7
+# importing CHIP to make the lgpio CHIP handle available
8
from adafruit_blinka.microcontroller.bcm283x.pin import Pin, CHIP
9
+# pylint: enable=unused-import
10
11
D0 = Pin(0)
12
D1 = Pin(1)
0 commit comments