Answer the question
In order to leave comments, you need to log in
Micropython program not compiling, how to fix it?
Friends, I started to study micropython. Installed etBrains PyCharm Community Edition 2018.1.4 x64
and when compiling the program, an error pops up:
Answer the question
In order to leave comments, you need to log in
there is no machne module, you call machne and call yourself. why??
OU.
It doesn't work like that at all!
Read about micropython, from cover to cover.
machine is a library specifically for micropython.
To run your program, you need to upload it to the controller, esp8266, or whatever you have there.
Then in boot.py, on esp, write import blink.
You can upload everything via webrepl .
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question