Home > Article > Development Tools > How to configure VSCode for microcontroller development
How to configure vscode for microcontroller development
Developing 51 microcontroller programs in VScode can be achieved by installing plug-ins, using SDCC (Small Device C Compiler) compiler, the following are the specific configuration steps:
1. Install the plug-in Platform IO IDE
2. The installation is complete After that, you can start a new project:
3. After creating a new project, a folder will be automatically generated.
4. After writing the program, perform the following operations
Related article tutorial recommendations: vscode tutorial
The above is the detailed content of How to configure VSCode for microcontroller development. For more information, please follow other related articles on the PHP Chinese website!