mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-06 23:56:58 +00:00
Update cheatsheets
This commit is contained in:
29
tldr/mpremote
Normal file
29
tldr/mpremote
Normal file
@@ -0,0 +1,29 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, common]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# mpremote
|
||||
|
||||
> Remotely control MicroPython devices.
|
||||
> More information: <https://docs.micropython.org/en/latest/reference/mpremote.html>.
|
||||
|
||||
- List all connected MicroPython devices:
|
||||
|
||||
`mpremote connect list`
|
||||
|
||||
- Open an interactive REPL session with a connected device:
|
||||
|
||||
`mpremote connect {{device}}`
|
||||
|
||||
- Run a local script on a connected device:
|
||||
|
||||
`mpremote run {{path/to/script.py}}`
|
||||
|
||||
- Mount a local directory to the device:
|
||||
|
||||
`mpremote mount {{path/to/directory}}`
|
||||
|
||||
- Install a mip package on the device:
|
||||
|
||||
`mpremote mip install {{package}}`
|
||||
Reference in New Issue
Block a user