I don't know how to open an ino file. Can some body please help or tell me how?
I'm learning how to program. I saved a sketch and now I can't open the the file.
1 Like
- Download and install Arduino IDE from the official "Software" page:
http://www.arduino.cc/en/Main/Software - Start Arduino IDE.
- Select File > Open from the Arduino IDE menus.
- Select the
.ino
file you want to open. - Click the "Open" button.
Thanks pert!!
A .ino file is simply a text file. It can be viewed with any text editor.
...R