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 54468b8 commit a6a280aCopy full SHA for a6a280a
bin/detect.py
@@ -13,7 +13,8 @@
13
print("Is this a Pi 4B?", detector.board.RASPBERRY_PI_4B)
14
print("Is this a 40-pin Raspberry Pi?", detector.board.any_raspberry_pi_40_pin)
15
print("Is this a Raspberry Pi Compute Module?", detector.board.any_raspberry_pi_cm)
16
-print("Is this a BBB?", detector.board.BEAGLEBONE_BLACK)
+print("Is this a BeagleBone Black?", detector.board.BEAGLEBONE_BLACK)
17
+print("Is this a BeagleBone Green?", detector.board.BEAGLEBONE_GREEN)
18
print("Is this a Giant Board?", detector.board.GIANT_BOARD)
19
print("Is this a Coral Edge TPU?", detector.board.CORAL_EDGE_TPU_DEV)
20
print("Is this a SiFive Unleashed? ", detector.board.SIFIVE_UNLEASHED)
0 commit comments