File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -6,22 +6,22 @@ from [MicroPython](https://github.com/micropython/micropython) via PyPI.
6
6
There are multiple MPY ABI versions, so you will need to install the package
7
7
that corresponds to the target MicroPython version.
8
8
9
- For MicroPython 1.12 to 1.18 :
9
+ For MicroPython 1.23 :
10
10
11
- pip install mpy-cross-v5
11
+ pip install mpy-cross-v6.3
12
12
13
- For MicroPython 1.19 :
13
+ For MicroPython 1.22 :
14
14
15
- pip install mpy-cross-v6
15
+ pip install mpy-cross-v6.2
16
16
17
17
For MicroPython 1.20 to 1.21:
18
18
19
19
pip install mpy-cross-v6.1
20
20
21
- For MicroPython 1.22 :
21
+ For MicroPython 1.19 :
22
22
23
- pip install mpy-cross-v6.2
23
+ pip install mpy-cross-v6
24
24
25
- For MicroPython 1.23 :
25
+ For MicroPython 1.12 to 1.18 :
26
26
27
- pip install mpy-cross-v6.3
27
+ pip install mpy-cross-v5
You can’t perform that action at this time.
0 commit comments