Arduino/Arduino Common

VSCode 에서 아두이노 개발하기

doublerabbits 2022. 7. 30. 11:16

1. VSCode 설치

https://code.visualstudio.com/

 

Visual Studio Code - Code Editing. Redefined

Visual Studio Code is a code editor redefined and optimized for building and debugging modern web and cloud applications.  Visual Studio Code is free and available on your favorite platform - Linux, macOS, and Windows.

code.visualstudio.com

 

 

2. Arduino 확장 설치

 

 

3. 프로젝트를 저장할 폴더 설정

파일 - 폴더 열기

 

 

 

4. 아두이노 프로젝트 생성

도움말 - 모든 명령 표시

 

스케치 이름 지정

sketch.ino => "사용할 프로젝트 이름".ino

 

생성된 기본 소스 코드