MicroPython_ESP32_psRAM_LoBo
MicroPython_ESP32_psRAM_LoBo copied to clipboard
esp32 and esp module does'nt work
import machine import esp Traceback (most recent call last): File "
", line 1, in ImportError: no module named 'esp' import esp32 Traceback (most recent call last): File " ", line 1, in ImportError: no module named 'esp32'
Quite normal: the modules you are looking for are part of the mainline port and there is, as far as I can tell, no esp(32) module in this port... To see what modules are "bundled" in the port, issue a help("modules") in the repl.