Skip to content

Commit bfa6ae2

Browse files
authored
Update pin.py
1 parent df7475d commit bfa6ae2

File tree

1 file changed

+4
-1
lines changed
  • src/adafruit_blinka/microcontroller/bcm2711

1 file changed

+4
-1
lines changed

src/adafruit_blinka/microcontroller/bcm2711/pin.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,11 @@
22
#
33
# SPDX-License-Identifier: MIT
44
"""Broadcom BCM2711 pin names"""
5-
import lgpio
5+
6+
# pylint: disable=unused-import
7+
# importing CHIP to make the lgpio CHIP handle available
68
from adafruit_blinka.microcontroller.bcm283x.pin import Pin, CHIP
9+
# pylint: enable=unused-import
710

811
D0 = Pin(0)
912
D1 = Pin(1)

0 commit comments

Comments
 (0)