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
{{ message }}
This repository was archived by the owner on Oct 1, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+11-11
Original file line number
Diff line number
Diff line change
@@ -12,8 +12,8 @@ Welcome to Visual Studio Code extension for **Arduino** <sup>preview</sup> ! The
12
12
* Built-in serial monitor
13
13
* Snippets for sketches
14
14
* Automatic Arduino project scaffolding
15
-
* Command Palette (F1) integration of frequently used commands (e.g. Verify, Upload...)
16
-
* Integrated Arduino Debugging <sup>New</sup>
15
+
* Command Palette (`F1`) integration of frequently used commands (e.g. Verify, Upload...)
16
+
* Integrated Arduino Debugging <sup>New</sup>
17
17
18
18
## Prerequisites
19
19
Arduino IDE is required. Please install it from [here](https://www.arduino.cc/en/main/software#download).
@@ -27,21 +27,21 @@ Or launch VS Code Quick Open (`Ctrl + P`), paste the following command, and pres
27
27
```bash
28
28
ext install vscode-arduino
29
29
```
30
-
You can also install directly from Marketplace within Visual Studio Code, searching `Arduino`
30
+
You can also install directly from Marketplace within Visual Studio Code, searching `Arduino`.
31
31
32
32
## Get Started
33
33
You can find code samples and tutorials each time you connect a supported device.
34
-
Alternatively you can visit our [IoT Developer Blog Space](https://aka.ms/iotdevblog) or [Get Started Tutorials](https://aka.ms/azureiotgetstarted)
34
+
Alternatively you can visit our [IoT Developer Blog Space](https://aka.ms/iotdevblog) or [Get Started Tutorials](https://aka.ms/azureiotgetstarted).
35
35
36
36
## Commands
37
-
This extension provides several commands in the Command Palette (**F1** or **Ctrl+Shift+P**) for working with `*.ino` files:
37
+
This extension provides several commands in the Command Palette (`F1` or `Ctrl + Shift + P`) for working with `*.ino` files:
38
38
39
39
-**Arduino: Board Manager**: Manage packages for boards. You can add 3rd party Arduino board by configuring `Additional Board Manager URLs` in board manager.
40
40
-**Arduino: Change Baud Rate**: Change the baud rate of selected serial port.
41
41
-**Arduino: Change Board Type**: Change board type or platform.
42
42
-**Arduino: Close Serial Monitor**: Stop serial monitor and release the serial port.
43
43
-**Arduino: Examples**: Show example list.
44
-
-**Arduino: Initialize**:Scaffold a VS Code project with an Arduino sketch.
44
+
-**Arduino: Initialize**: Scaffold a VS Code project with an Arduino sketch.
45
45
-**Arduino: Library Manager**: Explore and manage libraries.
46
46
-**Arduino: Open Serial Monitor**: Open serial monitor in the intergrated output window.
47
47
-**Arduino: Select Serial Port**: Change the current serial port.
@@ -75,8 +75,8 @@ Make sure your Arduino board can work with [STLink](http://www.st.com/en/develop
75
75
76
76
Steps to start debugging:
77
77
1. Plugin your board to your development machine properly. For those boards don't have on-board debugging chip, you need use STLink or JLink connector.
78
-
2. Go to **Debug View** (Ctrl+Shift+D). Set breakpoints in your source files.
79
-
3. Press **F5** to select debugging environment.
78
+
2. Go to **Debug View** (`Ctrl + Shift + D`). Set breakpoints in your source files.
79
+
3. Press `F5` to select debugging environment.
80
80
4. When your breakpoint is hit, you can see variables and add expression to watch on the Debug Side Bar.
81
81
82
82
> To learn more about how to debug Arduino code, visit our [team blog](https://blogs.msdn.microsoft.com/iotdev/2017/05/27/debug-your-arduino-code-with-visual-studio-code/).
@@ -93,7 +93,7 @@ Currently this extension supports the following operatings systems:
93
93
- The extension might work on other Linux distro as some user reported but without gurantee.
94
94
95
95
## Support
96
-
You can find the full list of issues at [Issue Tracker](https://github.com/Microsoft/vscode-arduino/issues). You can submit a [bug or feature suggestion](https://github.com/Microsoft/vscode-arduino/issues/new), and participate community driven [discussions](https://gitter.im/Microsoft/vscode-arduino)
96
+
You can find the full list of issues at [Issue Tracker](https://github.com/Microsoft/vscode-arduino/issues). You can submit a [bug or feature suggestion](https://github.com/Microsoft/vscode-arduino/issues/new), and participate community driven [discussions](https://gitter.im/Microsoft/vscode-arduino).
97
97
98
98
## Development
99
99
@@ -109,9 +109,9 @@ To *run and develop*, do the following:
109
109
- Run `npm i`
110
110
- Run `npm i -g gulp`
111
111
- Open in Visual Studio Code (`code .`)
112
-
- Press **F5** to debug
112
+
- Press `F5` to debug
113
113
114
-
To *test do the following*: **F5** in VS Code with the "Launch Tests" debug configuration.
114
+
To *test do the following*: `F5` in VS Code with the "Launch Tests" debug configuration.
115
115
116
116
## Code of Conduct
117
117
This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct). For more information please see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/#howadopt) or contact [email protected] with any additional questions or comments.
0 commit comments