From: Melissa LeBlanc-Williams Date: Tue, 3 Dec 2019 01:03:15 +0000 (-0800) Subject: Merge pull request #192 from DonPancoe/bbb_industrial X-Git-Tag: 3.0.8 X-Git-Url: https://git.ayoreis.com/Adafruit_Blinka-hackapet.git/commitdiff_plain/a8662a122f5985fc07bac4046d450dcb5e1854f6?hp=f3a89113466b63c41e62e6bc75eeb40c535c6f75 Merge pull request #192 from DonPancoe/bbb_industrial Added BEAGLEBONE_BLACK_INDUSTRIAL to board.py --- diff --git a/src/board.py b/src/board.py index 7d4381c..1a4362c 100755 --- a/src/board.py +++ b/src/board.py @@ -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 *