OpenSprinkler › Forums › OpenSprinkler Unified Firmware › Compiling with Arduino 0023
In Windows 7…
So I’ve got Arduino 0023 installed and I copied the source code to c:arduinolibrariesOpenSprinkler
I now try to open the interval_program.ino file but it appears that .ino is for arduino V1 and not 0023. Is that right? The instructions here: http://rayshobby.net/?page_id=6210 strongly suggest 0023 for code size. I’m a winavr guy myself using programmer’s notepad so this arduino stuff is confusing me.
How can I get arduino to let me open, modify and compile this program?
Thanks!
Hmm, where did you download the source code? The source code published on OpenSprinkler GitHub are .pde files, not .ino.
I thought I got it from the source: https://github.com/rayshobby/opensprinkler/tree/master/OpenSprinkler%20Controller/software/libraries/OpenSprinkler/examples/interval_program
Yes, that’s correct, and as you can see, those files have extension names .pde, not .ino, right? I suspect that maybe you have opened them in Arduino 1.0, which automatically changed the extension name to .ino.
In any case, I highly recommend you to use the VirtualBox image that I created for compiling the source code. Please follow the instructions:
http://rayshobby.net/?page_id=732#compile
Grr. You’re right 🙂
I had installed 1.0 previously and it must have changed the files for me. Thanks for your help!
OpenSprinkler › Forums › OpenSprinkler Unified Firmware › Compiling with Arduino 0023