File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
# Dynamic Native Modules
2
2
3
3
Dynamic Native Modules are .mpy files that contain native machine code from a
4
- language other than Python. For more info see [ the documentation ]
5
- (https://docs.micropython.org/en/latest/develop/natmod.html ).
4
+ language other than Python. For more info see [ the
5
+ documentation ] ( https://docs.micropython.org/en/latest/develop/natmod.html ) .
6
6
7
- This should not be confused with [ User C Modules ]
8
- (https://docs.micropython.org/en/latest/develop/cmodules.html ) which are a
9
- mechanism to add additional out-of-tree modules into the firmware build.
7
+ This should not be confused with [ User C
8
+ Modules ] ( https://docs.micropython.org/en/latest/develop/cmodules.html ) which are
9
+ a mechanism to add additional out-of-tree modules into the firmware build.
10
10
11
11
## Examples
12
12
You can’t perform that action at this time.
0 commit comments