dphans / micropython-ide-vscode

Micropython integrated development for VSCode
Apache License 2.0
57 stars 34 forks source link

Missing libraries 'machines' etc #21

Open marcinbauer85 opened 4 years ago

marcinbauer85 commented 4 years ago

Im trying to compile a simple script that uses the Pins from machines library, but Im getting this error: ModuleNotFoundError: No module named 'machine' This code worked on REPL, but doesn't work in a script. Why?