File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 11# Dynamic Native Modules
22
33Dynamic 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 ) .
66
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.
1010
1111## Examples
1212
You can’t perform that action at this time.
0 commit comments