2018-12-12 00:50:55 -05:00
|
|
|
Developing and building MicroPython
|
|
|
|
===================================
|
|
|
|
|
|
|
|
This chapter describes some options for extending MicroPython in C. Note
|
|
|
|
that it doesn't aim to be a complete guide for developing with MicroPython.
|
|
|
|
See the `getting started guide
|
|
|
|
<https://github.com/micropython/micropython/wiki/Getting-Started>`_ for further information.
|
|
|
|
|
|
|
|
.. toctree::
|
|
|
|
:maxdepth: 1
|
|
|
|
|
|
|
|
cmodules.rst
|
2019-09-26 06:25:39 -04:00
|
|
|
qstr.rst
|
2019-12-16 07:04:01 -05:00
|
|
|
natmod.rst
|