-
Notifications
You must be signed in to change notification settings - Fork 51
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issues uploading arduino code #16
Comments
Did you unzip the Moppy folder from the zip file and open the Another thing worth checking: are you using the latest version of the Arduino IDE? |
Oh, the ino I got from the unzipped folders was just comments, am I just being dumb and looking in the wrong folder? |
Oh I am just being dumb, found it thanks |
Oh okay perhaps not, so I opened the file and got the moppy.ino, and the opened moppyconfig.h in the ide, but neither have the loop or setup. I assume I'm just looking in the wrong place now |
Alright, just confirmed it works in Arduino IDE 1.8.5 on a fresh computer. Steps should be:
The IDE should show three tabs: "Moppy", "MoppyConfig.h", and "MoppyCore.cpp". You may want to open a new sketch in the IDE and make sure the existing one is closed and then try again (maybe the IDE is confused because you've opened two sketches called Moppy?) |
Ah okay, mine didn't open the c++ file, that might be part of the issue will check :D Thanks for taking the time to help btw man, much appreciated! |
I briefly saw you were having issues launching the app, but the comment's gone. I take it it's working okay? |
Yes got it working, realised I didn't have the newest java installed on that particular pc so after installing that it ran great, thanks |
Hi all, just started with musical floppy drive projects, and while following the moppy 2.0 wiki startup guide I downloaded the arduino zip and tried to upload the iso, only to get an undefined loop error, and this error seemingly is only solved by adding a void loop(){} and void setup(){} to the code. Is this necessary or is it something else that I'm doing wrong that needs to be fixed? Thanks in advance
The text was updated successfully, but these errors were encountered: