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
-4Lines changed: 0 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -46,16 +46,13 @@ You can find code samples and tutorials each time that you connect a supported d
46
46
This extension provides several commands in the Command Palette (<kbd>F1</kbd> or <kbd>Ctrl</kbd> + <kbd>Shift</kbd> + <kbd>P</kbd> *or* <kbd>Cmd</kbd> + <kbd>Shift</kbd> + <kbd>P</kbd>) for working with `*.ino` files:
47
47
48
48
-**Arduino: Board Manager**: Manage packages for boards. You can add 3rd party Arduino board by configuring `Additional Board Manager URLs` in the board manager.
49
-
-**Arduino: Change Baud Rate**: Change the baud rate of the selected serial port.
50
49
-**Arduino: Change Board Type**: Change board type or platform.
51
-
-**Arduino: Change Timestamp Format**: Change format of timestamp printed before each line of Serial Monitor output.
52
50
-**Arduino: Close Serial Monitor**: Stop the serial monitor and release the serial port.
53
51
-**Arduino: Examples**: Show list of examples.
54
52
-**Arduino: Initialize**: Scaffold a VS Code project with an Arduino sketch.
55
53
-**Arduino: Library Manager**: Explore and manage libraries.
56
54
-**Arduino: Open Serial Monitor**: Open the serial monitor in the integrated output window.
57
55
-**Arduino: Select Serial Port**: Change the current serial port.
58
-
-**Arduino: Send Text to Serial Port**: Send a line of text via the current serial port.
59
56
-**Arduino: Upload**: Build sketch and upload to Arduino board.
60
57
-**Arduino: CLI Upload**: Upload complied code without building sketch (CLI only).
61
58
-**Arduino: Upload Using Programmer**: Upload using an external programmer.
@@ -81,7 +78,6 @@ This extension provides several commands in the Command Palette (<kbd>F1</kbd> o
81
78
|`arduino.enableUSBDetection`| Enable/disable USB detection from the VSCode Arduino extension. The default value is `true`. When your device is plugged in to your computer, it will pop up a message "`Detected board ****, Would you like to switch to this board type`". After clicking the `Yes` button, it will automatically detect which serial port (COM) is connected a USB device. If your device does not support this feature, please provide us with the PID/VID of your device; the code format is defined in `misc/usbmapping.json`.To learn more about how to list the vid/pid, use the following tools: https://github.com/EmergingTechnologyAdvisors/node-serialport`npm install -g serialport``serialport-list -f jsonline`|
82
79
|`arduino.disableTestingOpen`| Enable/disable automatic sending of a test message to the serial port for checking the open status. The default value is `false` (a test message will be sent). |
83
80
|`arduino.skipHeaderProvider`| Enable/disable the extension providing completion items for headers. This functionality is included in newer versions of the C++ extension. The default value is `false`.|
84
-
|`arduino.defaultTimestampFormat`| Format of timestamp printed before each line of Serial Monitor output. You can find list of all available placeholders [here](https://github.com/samsonjs/strftime#supported-specifiers). |
85
81
|`arduino.disableIntelliSenseAutoGen`| When `true` vscode-arduino will not auto-generate an IntelliSense configuration (i.e. `.vscode/c_cpp_properties.json`) by analyzing Arduino's compiler output. |
86
82
|`arduino.analyzeOnOpen`| When true, automatically run analysis when the project is opened. Only works when `arduino.analyzeOnSettingChange` is true. |
87
83
|`arduino.analyzeOnSettingChange`| When true, automatically run analysis when board, configuration, or sketch settings are changed. |
0 commit comments