examples/natmod: Fix URL links in README.md.
Signed-off-by: Matt Trentini <matt.trentini@gmail.com>
This commit is contained in:
parent
976d9d148f
commit
7953089a25
@ -1,12 +1,12 @@
|
|||||||
# Dynamic Native Modules
|
# Dynamic Native Modules
|
||||||
|
|
||||||
Dynamic Native Modules are .mpy files that contain native machine code from a
|
Dynamic Native Modules are .mpy files that contain native machine code from a
|
||||||
language other than Python. For more info see [the documentation]
|
language other than Python. For more info see [the
|
||||||
(https://docs.micropython.org/en/latest/develop/natmod.html).
|
documentation](https://docs.micropython.org/en/latest/develop/natmod.html).
|
||||||
|
|
||||||
This should not be confused with [User C Modules]
|
This should not be confused with [User C
|
||||||
(https://docs.micropython.org/en/latest/develop/cmodules.html) which are a
|
Modules](https://docs.micropython.org/en/latest/develop/cmodules.html) which are
|
||||||
mechanism to add additional out-of-tree modules into the firmware build.
|
a mechanism to add additional out-of-tree modules into the firmware build.
|
||||||
|
|
||||||
## Examples
|
## Examples
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user