micropython-usermod icon indicating copy to clipboard operation
micropython-usermod copied to clipboard

user-defined micropython modules

Results 10 micropython-usermod issues
Sort by recently updated
recently updated
newest added

First thank for the huge work already done ! regarding changelog : `- misc.h: add m_new_obj_var_with_finaliser()` and : https://github.com/micropython/micropython/issues/245 in help to fix : https://github.com/micropython/micropython/issues/1878 i think an addition on...

Please see [this](https://github.com/micropython/micropython/wiki/Build-Troubleshooting#define_const_obj_type).

MicroPython released v1.20.0 and some codes have been changed. This is an update based on the latest version.

I greatly appreciate all the work put in to this project, because it has really helped me to get a better understanding of C modules for micropython. Thank you! To...

In your Micropython usermod documentation (release 1.622) you tell to generate a Makefile (section 4.3). In this section and on github, I find .mk files which assign some usermod variables....

Hello, I was wonderting where the $(USERMOD_DIR) variable was defined? Thanks

Please insert a link to the https://micropython-usermod.readthedocs.io/en/latest/index.html into https://github.com/v923z/micropython-usermod/blob/master/README.md

First, I want to express my gratitude to the author. Your explanations are clear and their style very benevolent. And questions: Are module variables possible, like module constants? Module constants...

I was following the docs and I was trying to build the simplefunction example to the esp32. So I placed the `simplefunction.c` in the working directory (in my case` /ports/esp32`),...

Maybe it would be nice to start introduction, and before that document gets released - and used - that accuracy may vary greatly and established user codebase may fail at...