From: yeyeto2788 Date: Mon, 20 Jan 2020 20:13:40 +0000 (+0100) Subject: Merge https://github.com/adafruit/Adafruit_Blinka into module_refactor X-Git-Tag: 3.6.0^2~6 X-Git-Url: https://git.ayoreis.com/Adafruit_Blinka-hackapet.git/commitdiff_plain/cffea8ba1dea351fcd6fdd56461a059159a96740?hp=0b2acaef6b6bb98c390c141922d22c6640e63ff8 Merge https://github.com/adafruit/Adafruit_Blinka into module_refactor --- diff --git a/src/board.py b/src/board.py index 41a2837..3ead989 100755 --- a/src/board.py +++ b/src/board.py @@ -76,6 +76,18 @@ elif board_id == ap_board.ORANGE_PI_R1: elif board_id == ap_board.ORANGE_PI_ZERO: from adafruit_blinka.board.orangepizero import * +elif board_id == ap_board.ORANGE_PI_ONE: + from adafruit_blinka.board.orangepipc import * + +elif board_id == ap_board.ORANGE_PI_PC_PLUS: + from adafruit_blinka.board.orangepipc import * + +elif board_id == ap_board.ORANGE_PI_LITE: + from adafruit_blinka.board.orangepipc import * + +elif board_id == ap_board.ORANGE_PI_PLUS_2E: + from adafruit_blinka.board.orangepipc import * + elif board_id == ap_board.GIANT_BOARD: from adafruit_blinka.board.giantboard import *