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 314d23e commit 04f33dbCopy full SHA for 04f33db
adafruit_platformdetect/board.py
@@ -44,6 +44,7 @@
44
__version__ = "0.0.0-auto.0"
45
__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_PlatformDetect.git"
46
47
+
48
class Board:
49
"""Attempt to detect specific boards."""
50
adafruit_platformdetect/constants/boards.py
@@ -142,6 +142,7 @@
142
RASPBERRY_PI_3B_PLUS,
143
RASPBERRY_PI_3A_PLUS,
144
RASPBERRY_PI_4B,
145
+ RASPBERRY_PI_AVNET_IIOT_GW,
146
)
147
148
_RASPBERRY_PI_CM_IDS = (RASPBERRY_PI_CM1, RASPBERRY_PI_CM3, RASPBERRY_PI_CM3_PLUS)
0 commit comments