Skip to content

Commit 633a4a9

Browse files
committed
re-add chip.py::BCM_RANGE after merge conflict
1 parent f54d7e7 commit 633a4a9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

adafruit_platformdetect/chip.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@
2323
MCP2221 = "MCP2221"
2424
BINHO = "BINHO"
2525

26+
BCM_RANGE = {'BCM2708', 'BCM2709', 'BCM2835', 'BCM2837', 'bcm2708', 'bcm2709',
27+
'bcm2835', 'bcm2837'}
28+
2629
class Chip:
2730
"""Attempt detection of current chip / CPU."""
2831
def __init__(self, detector):

0 commit comments

Comments
 (0)