https://juahnpop.tistory.com/71
아두이노 팁 #1. Visual Studio Code 아두이노 환경설정
Visual Studio Code(VS Code)로 아두이노 프로그래밍하기 본 포스트의 내용은 아두이노 프로그래밍을 위해서 필수로 필요한 부분이 아닙니다. Arduino IDE 로 프로그래밍을 하다가 좀 더 쾌적한 환경에서
juahnpop.tistory.com
{
"arduino.path": "C:/Program Files (x86)/Arduino",
"arduino.commandPath": "arduino_debug.exe",
"arduino.logLevel": "info",
"arduino.allowPDEFiletype": false,
"arduino.enableUSBDetection": true,
"arduino.disableTestingOpen": false,
"arduino.skipHeaderProvider": false,
"arduino.additionalUrls": [
"https://raw.githubusercontent.com/VSChina/azureiotdevkit_tools/master/package_azureboard_index.json",
"http://arduino.esp8266.com/stable/package_esp8266com_index.json"
],
"arduino.defaultBaudRate": 115200
}
장점
1. 아두이노 IDE는 가독성이 안 좋음 (2.0 써보긴 했는데 그래도 좀..)
2. 자동완성 기능 (아두이노 2.0에서는 자동완성을 지원하는거 같은데 아직 제대로 안되는거같음)
3. 간혹 라이브러리를 뜯어보면서 디버깅 해야하는 경우가 있는데 vscode는 F10키라는 개꿀 기능이 있지만 아두이노는 그런거 없음 ㅠ)
4. 무엇보다 vscode는 가벼움 아두이노IDE는 2.0되고나서 굉장히 무거워짐
5. 멋있다!
단점
1. 처음에 경로 path 제대로 안해주면 애먹는다
2024 09 23 추가
더 이상 지원 안 해요 ㅠ