Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

How to save a source file and open an existing source file by Arduino

2025-02-24 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Internet Technology >

Share

Shulou(Shulou.com)06/01 Report--

This article will explain in detail how Arduino saves the source file and opens the existing source file. The editor thinks it is very practical, so I share it for you as a reference. I hope you can get something after reading this article.

Arduino IDE saves source files

Saving the source file can be done by "Save" on the File menu or the shortcut key Ctrl+S, as shown in figure 2.28.

Figure 2.28 Save the source file

When saving a file, Arduino IDE will prompt you to save the path and name of the file. It is a good practice to specify a representative name for the source file.

Arduino IDE opens a source file that already exists

The source files stored by Arduino IDE are suffixed with .ino. If you installed Arduino IDE using a wizard, the .ino file has been associated with Arduino IDE and the file icon has become the LOGO of Arduino, as shown in figure 2.29. In this case, double-click the file directly to automatically open it in Arduino IDE.

Figure 2.29 associated source file

If Arduino IDE is installed in the form of a compressed package, one way is to use the Arduino IDE "File" | "Open" command or the shortcut key Ctrl+O to locate the target file and open it, as shown in figure 2.30.

Another way is to associate the application manually, as follows:

(1) right-click a .ino file and select "Open with (H) …" from the pop-up menu. " Command, as shown in figure 2.31.

Figure 2.30 Open Source File figure 2.31 Select the opening method

(2) Click "Browse (B) …" in the pop-up dialog box. Button, as shown in figure 2.32.

Figure 2.32 Open mode

(3) the target we need to browse is the executable file arduino.exe, as shown in figure 2.33.

Figure 2.33 Target Program

(4) after finding the arduino.exe, click the "Open (O)" button to confirm the selection. Then click the OK button in the previous Open with dialog box to complete the associated operation. After that, the .ino file can be opened directly by double-clicking.

On "Arduino how to save source files and open existing source files" this article is shared here, I hope the above content can be of some help to you, so that you can learn more knowledge, if you think the article is good, please share it out for more people to see.

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Internet Technology

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report