얕고 넓게

[Arduino] 0. 개발 환경 본문

IT/Platform

[Arduino] 0. 개발 환경

블랙오닉스 2022. 2. 3. 19:44

1. Python + Visual Studio Code + PlatformIO plug-in

- Python 설치

https://www.python.org/downloads/

 

Download Python

The official home of the Python Programming Language

www.python.org

- Visual Studio Code 설치

https://code.visualstudio.com/download

 

Download Visual Studio Code - Mac, Linux, Windows

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

code.visualstudio.com

- PlatfromIO 설치 @Visual Studio Code

VSC에서 확장에서 검색하여 설치

https://makernambo.com/153

 

아두이노IDE대신 PlatformIO 사용하기

1.플랫폼아이오(PlatformIO) PlatformIO는 다양한 플랫폼의 Embeded 환경 개발을 통합해서 지원하는 개발환경이다. 평소 아두이노 IDE를 사용하다가 코드 편집기가 너무 단순하여 딥답하거나 지원기능이

makernambo.com

Python 3.10에서 동작확인

'IT > Platform' 카테고리의 다른 글

[Arduino] Sun Keyboard Converter  (0) 2022.02.03
[Arduino] 4. LCD 20x4  (0) 2022.02.03
[Arduino] 3. I2C PWM Controller  (0) 2022.02.03
[Arduino] 2. Gyro Sensor  (0) 2022.02.03
[Arduino] 1. PWM  (0) 2022.02.03