]> Repositories - Adafruit_Blinka-hackapet.git/commitdiff
Added BEAGLEBONE_BLACK_INDUSTRIAL to board.py. It still imports from
authorDon Pancoe <don@kapsulair.com>
Tue, 3 Dec 2019 00:31:36 +0000 (19:31 -0500)
committerDon Pancoe <don@kapsulair.com>
Tue, 3 Dec 2019 00:31:36 +0000 (19:31 -0500)
adafruit_blinka.board.beaglebone_black because it is otherwise
compatible except for the increased temperature range.

src/board.py

index 7d4381ccbf11242bc10e8860e8de054af4c98985..1a4362cd3d6148043f49f31966512aa440d227d5 100755 (executable)
@@ -57,6 +57,9 @@ elif detector.board.RASPBERRY_PI_B_REV2:
 
 elif board_id == ap_board.BEAGLEBONE_BLACK:
     from adafruit_blinka.board.beaglebone_black import *
 
 elif board_id == ap_board.BEAGLEBONE_BLACK:
     from adafruit_blinka.board.beaglebone_black import *
+       
+elif board_id == ap_board.BEAGLEBONE_BLACK_INDUSTRIAL:
+    from adafruit_blinka.board.beaglebone_black import *
 
 elif board_id == ap_board.BEAGLEBONE_GREEN_WIRELESS:
     from adafruit_blinka.board.beaglebone_black import *
 
 elif board_id == ap_board.BEAGLEBONE_GREEN_WIRELESS:
     from adafruit_blinka.board.beaglebone_black import *