Line: 1 to 1 | ||||||||
---|---|---|---|---|---|---|---|---|
Compiling MicropythonForcing 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![]() https://micropython-usermod.readthedocs.io/en/latest/usermods_01.html ![]() |