.INO 파일 확장자
Arduino Sketch
| 개발사 | Arduino |
| 인기도 |
4.2 | 246 투표 |
INO 파일이란 무엇인가요?
An INO file is a software program created for use with Arduino, an open-source electronics prototyping platform. It contains source code written in the Arduino programming language (which is a variant of C++). INO files are used to control Arduino circuit boards.
추가 정보
The Arduino electronics prototyping platform allows developers to create and install basic programs, called sketches, on a variety of specialized circuit boards. Sketches can perform simple functions, such as making an LED installed on a circuit board blink, or complex functions, such as transmitting data over the internet. Developers create Arduino sketches in the Arduino Integrated Development Environment (IDE), which saves sketches as INO files.
Prior to Arduino 1.0, the Arduino IDE saved sketches as .PDE files. While developers can still open PDE files in Arduino, they should now save sketches (including those previously saved as PDE files) as INO files.
INO 파일을 여는 방법
INO files are meant to be opened and edited in the Arduino Integrated Development Environment (multiplatform). To open an INO file in Arduino, select File → Open from the program's menu bar.
Because INO files are plain text files, you can also open them in any text editor, including:
- Notepad++ (Windows)
- Apple TextEdit (Mac)
- Microsoft Visual Studio Code (multiplatform)
