We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab39e2a commit bb77966Copy full SHA for bb77966
pydospins.py
@@ -3,21 +3,7 @@
3
4
if implementation.name.upper() == "CIRCUITPYTHON":
5
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
13
- import cyt_mpp_board as board
14
15
16
- elif board.board_id = 'unexpectedmaker_feathers2':
17
18
- import kfw_s2_board as board
19
20
- elif implementation.name.upper() == "MICROPYTHON":
+elif implementation.name.upper() == "MICROPYTHON":
21
from os import uname
22
23
0 commit comments