deshipu / micropython-dev-docs

Documentation on how to develop C modules for MicroPython
15 stars 17 forks source link

Fixed inconsistencies #2

Closed naums closed 7 years ago

naums commented 7 years ago

Fixed inconsistencies; In the original file the struct name was used inconsistently, sometimes the real defined one, sometimes pyb_spi_obj. I also tried to extent the explenations and added comments to some code-lines to make them more accessible.

naums commented 7 years ago

I wanted to add, in the mean-time I wrote a blog post about adding modules to Micropython, where I tried to dig a bit deeper into the Micropython code, for example finding out what data types really are. This is probably not that exciting to you, but maybe you want to use some of that in this documentation-page. https://www.stefannaumann.de/en/2017/07/adding-a-module-to-micropython/

deshipu commented 7 years ago

Thank you for that. I didn't have time to read your blog post yet, but certainly any way of growing the documentation would be good.