mpremote to run a file resident in a picow #12005
-
Is it possible to use mpremote to run code in the pico's ram? |
Beta Was this translation helpful? Give feedback.
Replies: 6 comments
-
Is it possible to use mpremote to run code in the pico's ram? |
Beta Was this translation helpful? Give feedback.
-
If you have a file x.py in your microcontroller, you run that in the microcontroller with |
Beta Was this translation helpful? Give feedback.
-
mpremote exec "import filename" |
Beta Was this translation helpful? Give feedback.
-
Many thanks robert-hh and bixb922 ... Both methods work thanks .. previously I tried mpremote run filename and that gave me an error something like couldnt find filename hence I tried using ":" before the filename. |
Beta Was this translation helpful? Give feedback.
-
You will also interested in |
Beta Was this translation helpful? Give feedback.
-
You will also be interested in |
Beta Was this translation helpful? Give feedback.
mpremote exec "import filename"