Difference: CompilingNopMicroPython (7 vs. 8)

Revision 82020-06-29 - UliRaich

Line: 1 to 1
 
META TOPICPARENT name="WebHome"

Compiling Micropython

Forcing the correct module versions

Line: 43 to 40
  In order to make the user module known and enabled by MicroPython we must compile the interpreter with the following command (valid for the dht11Raw module):
Changed:
<
<
make USER_C_MODULES=../../../user_modules -CFLAGS_EXTRA=-DMODULE_DHT11RAW_ENABLED=1
>
>
make USER_C_MODULES=../../../user_modules CFLAGS_EXTRA=-DMODULE_DHT11RAW_ENABLED=1
  For more details about C user modules in MicroPython see https://docs.micropython.org/en/latest/develop/cmodules.html and
https://micropython-usermod.readthedocs.io/en/latest/usermods_01.html
 
This site is powered by the TWiki collaboration platform Powered by PerlCopyright © 2008-2024 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback