How to open an ino file

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
  1. Download and install Arduino IDE from the official "Software" page:
    http://www.arduino.cc/en/Main/Software
  2. Start Arduino IDE.
  3. Select File > Open from the Arduino IDE menus.
  4. Select the .ino file you want to open.
  5. Click the "Open" button.

Thanks pert!!

A .ino file is simply a text file. It can be viewed with any text editor.

...R