Skip to content

Commit

Permalink
Merge pull request #285 from trainman419/master
Browse files Browse the repository at this point in the history
Add Orange PI 2 constant (Attempt #2)
  • Loading branch information
makermelissa authored May 4, 2020
2 parents ce21899 + 539962c commit 8ad7245
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/board.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,9 @@
elif board_id == ap_board.ORANGE_PI_PLUS_2E:
from adafruit_blinka.board.orangepi.orangepipc import *

elif board_id == ap_board.ORANGE_PI_2:
from adafruit_blinka.board.orangepi.orangepipc import *

elif board_id == ap_board.GIANT_BOARD:
from adafruit_blinka.board.giantboard import *

Expand Down

0 comments on commit 8ad7245

Please sign in to comment.