Quote:
Originally Posted by stewie
Tvago thank you. That's awesome. So can i just copy and paste text in the zip file you have or can i upload this whole file using Arduino. I guess in simple terms how you upload your newest code and how you edit and modify the code?
Edit:
I just downloaded Arduino and tried to open your file 20140326 - mpguino_1.91_tav.c in it and it failed. It can only open .ino and one more format. I tried renaming it but that didn't work out either. Any thoughts?
Edit 2:
Scatch --Add file? ....to edit code?
I think that's it but want to make sure?
If i want to upload new code to guino then File--->Upload or Upload using Programmer?
|
Actually, I just copy and paste the code from my text editor, into the Arduino IDE. The Arduino IDE is limited, in terms of text editing, compared to what I'm used to, so that's why I do it that way. You can use any text editor, as long as you can copy-paste it into the Arduino IDE.
File -> Upload works on ordinary Arduino boards, such as the Uno and the Mega2560 and the Leonardo. File -> Upload using Programmer works on the JBD board, provided you also have an ISP-compatible programmer hooked up.