Skip to content

Commit c15604e

Browse files
committed
get GPIO working
1 parent 3be473d commit c15604e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/board.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -414,6 +414,9 @@
414414
elif board_id == ap_board.LUCKFOX_PICO_MAX:
415415
from adafruit_blinka.board.luckfox.luckfoxpico_max import *
416416

417+
elif board_id == ap_board.VIVID_UNIT:
418+
from adafruit_blinka.board.vivid_unit import *
419+
417420
elif "sphinx" in sys.modules:
418421
pass
419422

0 commit comments

Comments
 (0)