Skip to content

Commit 5fe73c7

Browse files
authored
Merge pull request #117 from makermelissa/master
Adding Raspberry Pi 400 detection
2 parents 9b8c8cd + 71f4397 commit 5fe73c7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

adafruit_platformdetect/constants/boards.py

+3
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@
7979
RASPBERRY_PI_CM3_PLUS = "RASPBERRY_PI_CM3_PLUS"
8080
RASPBERRY_PI_4B = "RASPBERRY_PI_4B"
8181
RASPBERRY_PI_AVNET_IIOT_GW = "RASPBERY_PI_AVNET_IIOT_GW"
82+
RASPBERRY_PI_400 = "RASPBERRY_PI_400"
8283

8384
ODROID_C1 = "ODROID_C1"
8485
ODROID_C1_PLUS = "ODROID_C1_PLUS"
@@ -197,6 +198,7 @@
197198
RASPBERRY_PI_3A_PLUS,
198199
RASPBERRY_PI_4B,
199200
RASPBERRY_PI_AVNET_IIOT_GW,
201+
RASPBERRY_PI_400,
200202
)
201203

202204
_RASPBERRY_PI_CM_IDS = (RASPBERRY_PI_CM1, RASPBERRY_PI_CM3, RASPBERRY_PI_CM3_PLUS)
@@ -393,6 +395,7 @@
393395
"1c03112",
394396
"2c03112",
395397
),
398+
RASPBERRY_PI_400: ("c03130",),
396399
}
397400

398401
# Onion omega boards

0 commit comments

Comments
 (0)