Commit dbb13104 authored by Damien George's avatar Damien George

docs/develop/cmodules.rst: Add link to source code for user C example.

Signed-off-by: default avatarDamien George <damien@micropython.org>
parent 25c4563f
......@@ -61,8 +61,9 @@ Basic example
This simple module named ``cexample`` provides a single function
``cexample.add_ints(a, b)`` which adds the two integer args together and returns
the result. It can be found in the MicroPython source tree and has
a source file and a Makefile fragment with content as descibed above::
the result. It can be found in the MicroPython source tree
`in the examples directory <https://github.com/micropython/micropython/tree/master/examples/usercmodule/cexample>`_
and has a source file and a Makefile fragment with content as descibed above::
micropython/
└──examples/
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment