You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+11Lines changed: 11 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -40,6 +40,12 @@ Then clone this repository:
40
40
the plugin as a zip. Copy the *st3-micropython-tools-master* directory to its location
41
41
(see prior section).
42
42
43
+
### How to Use
44
+
45
+
The best way for using this plugin is command palette. Command Palette is gem for Sublime Text. Just open command palette (`CTRL`+`SHIFT`+`P`) and type MicroPython. You can see all of options on there. Operations will run active file. For example when you select upload file option the active file will push to board.
If you find any problem while using MicroPython Tools, create an [issue](https://github.com/bisguzar/st3-micropython-tools/issues/new) or fork this project and fix it yourself. Then sent a pull request. It will better 😍.
@@ -48,6 +54,11 @@ If you find any problem while using MicroPython Tools, create an [issue](https:/
48
54
49
55
We use [SemVer](http://semver.org/) for versioning. For the versions available, see the [tags on this repository](https://github.com/bisguzar/st3-micropython-tools/tags).
0 commit comments