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: GET_STARTED.md
+10-2Lines changed: 10 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,8 @@
9
9
10
10
3. That's it! You've installed the Pymakr Extension for VSCode
11
11
12
+
## <br>
13
+
12
14
## Creating a project
13
15
14
16
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
17
19
18
20
_Note: If a project is created outside the current workspace(s), its folder will be mounted as a new workspace._
19
21
22
+
## <br>
23
+
20
24
## Creating a script
21
25
22
26
Below we add a `main.py`. Once uploaded to a device, this file will run whenever the device is reset.
23
27
24
28

25
29
30
+
## <br>
31
+
26
32
## Upload the project to a device
27
33
28
34
Once the project is ready to run, it needs to be uploaded to a device.
0 commit comments