]> Repositories - Adafruit_Blinka-hackapet.git/blobdiff - src/board.py
added support for I2C bus 0,1,2 that where missing for the OPI zero2W implementation
[Adafruit_Blinka-hackapet.git] / src / board.py
index 9243fee4f3a1550ea400fe04ffefbb4139cb0a14..c0d141e9c1ee0397646d7f8c651e5e7ad6741860 100644 (file)
@@ -134,6 +134,9 @@ elif board_id == ap_board.ORANGE_PI_ZERO_2:
 elif board_id == ap_board.ORANGE_PI_3:
     from adafruit_blinka.board.orangepi.orangepi3 import *
 
+elif board_id == ap_board.ORANGE_PI_3B:
+    from adafruit_blinka.board.orangepi.orangepi3b import *
+
 elif board_id == ap_board.ORANGE_PI_4:
     from adafruit_blinka.board.orangepi.orangepi4 import *