Skip to content

Commit 938fa52

Browse files
doc: added dev-mode.gif to get_started.md
1 parent f0d2519 commit 938fa52

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

GET_STARTED.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@
99

1010
3. That's it! You've installed the Pymakr Extension for VSCode
1111

12+
## <br>
13+
1214
## Creating a project
1315

1416
Pymakr revolves around projects that can be uploaded to your devices. To create your first project click the `+` icon and select a folder for your project:
@@ -17,22 +19,28 @@ Pymakr revolves around projects that can be uploaded to your devices. To create
1719

1820
_Note: If a project is created outside the current workspace(s), its folder will be mounted as a new workspace._
1921

22+
## <br>
23+
2024
## Creating a script
2125

2226
Below we add a `main.py`. Once uploaded to a device, this file will run whenever the device is reset.
2327

2428
![](./media/readme/saving-a-file.gif)
2529

30+
## <br>
31+
2632
## Upload the project to a device
2733

2834
Once the project is ready to run, it needs to be uploaded to a device.
2935

3036
![](./media/readme/connect-device-and-sync-up.gif)
3137

32-
---
38+
## <br>
3339

3440
## Developer mode - Experimental
3541

42+
![](./media/readme/dev-mode.gif)
43+
3644
To speed up development, you can put a project in `development mode`.
3745

3846
In development mode, Pymakr automatically propagates local file changes to connected devices and then restarts the main script.
@@ -55,7 +63,7 @@ Dev mode can be configured in `pymakr.json`
5563

5664
_`machine.sleep` and `machine.deepsleep` do not work in development since they stop the USB connection._
5765

58-
---
66+
## <br>
5967

6068
## Hint: Organizing your setup
6169

media/readme/dev-mode.gif

27.7 KB
Loading

0 commit comments

Comments
 (0)