Skip to content

Commit a6a280a

Browse files
committed
add test to detect BeagleBone Green #57
1 parent 54468b8 commit a6a280a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

bin/detect.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@
1313
print("Is this a Pi 4B?", detector.board.RASPBERRY_PI_4B)
1414
print("Is this a 40-pin Raspberry Pi?", detector.board.any_raspberry_pi_40_pin)
1515
print("Is this a Raspberry Pi Compute Module?", detector.board.any_raspberry_pi_cm)
16-
print("Is this a BBB?", detector.board.BEAGLEBONE_BLACK)
16+
print("Is this a BeagleBone Black?", detector.board.BEAGLEBONE_BLACK)
17+
print("Is this a BeagleBone Green?", detector.board.BEAGLEBONE_GREEN)
1718
print("Is this a Giant Board?", detector.board.GIANT_BOARD)
1819
print("Is this a Coral Edge TPU?", detector.board.CORAL_EDGE_TPU_DEV)
1920
print("Is this a SiFive Unleashed? ", detector.board.SIFIVE_UNLEASHED)

0 commit comments

Comments
 (0)