Software in this project means either of:
- IDE for programming the Arduino.
- Arduino SDK.
- The program (sketch), which goes on the Arduino.
IDE and SDK
It seems VSCode is able to handle the job as an IDE. There is an Arduino extension, which has the command line tools (cli) bundled.
For VSCode, install the Arduino extension by these two commands.
- CTRL+p
- Run the following command;
ext install vscode-arduino
The Arduino CLI will be automatically bundled with the extension. No other software is needed to get started.
See Also
- Arduino init
- The setup
- NodeMCU with VSCode
- compile_commands.json with CMake
- Why do programmers need private offices with doors?
Comments
Any comments? Create a new discussion on GitHub.There used to be an inline comment form here, but it was removed.