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 bfa6ae2 commit fd72983Copy full SHA for fd72983
src/adafruit_blinka/microcontroller/bcm2711/pin.py
@@ -6,6 +6,7 @@
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
+
10
# pylint: enable=unused-import
11
12
D0 = Pin(0)
0 commit comments