]> Repositories - Adafruit_Blinka-hackapet.git/commitdiff
Merge pull request #192 from DonPancoe/bbb_industrial 3.0.8
authorMelissa LeBlanc-Williams <melissa@adafruit.com>
Tue, 3 Dec 2019 01:03:15 +0000 (17:03 -0800)
committerGitHub <noreply@github.com>
Tue, 3 Dec 2019 01:03:15 +0000 (17:03 -0800)
Added BEAGLEBONE_BLACK_INDUSTRIAL to board.py

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_INDUSTRIAL:
+    from adafruit_blinka.board.beaglebone_black import *
 
 elif board_id == ap_board.BEAGLEBONE_GREEN_WIRELESS:
     from adafruit_blinka.board.beaglebone_black import *