Skip to content

Commit bb77966

Browse files
Pin documentation fix for KFW
1 parent ab39e2a commit bb77966

File tree

1 file changed

+1
-15
lines changed

1 file changed

+1
-15
lines changed

pydospins.py

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -3,21 +3,7 @@
33

44
if implementation.name.upper() == "CIRCUITPYTHON":
55
import board
6-
if board.board_id = 'raspberry_pi_pico':
7-
try:
8-
import kfw_pico_board as board
9-
except:
10-
pass
11-
12-
try:
13-
import cyt_mpp_board as board
14-
except:
15-
pass
16-
elif board.board_id = 'unexpectedmaker_feathers2':
17-
try:
18-
import kfw_s2_board as board
19-
except:
20-
elif implementation.name.upper() == "MICROPYTHON":
6+
elif implementation.name.upper() == "MICROPYTHON":
217
from os import uname
228

239

0 commit comments

Comments
 (0)