-
i downloaded the arduino code is main.cpp the code I want to flash on to the arduino? I appriciate any help! |
Beta Was this translation helpful? Give feedback.
Answered by
Sammy1Am
Apr 16, 2024
Replies: 1 comment 3 replies
-
If you're using the Arduino IDE, you should open only the If you're using a different IDE (or in any case really) the file that gets flashed is a compiled binary containing all the code (not just main.cpp), but how to generate that will vary (but it's not unique or special to Moppy, so the documentation or Google search for your IDE should help out) |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Are you trying to compile it, or do you just want to launch it and use it? If the latter, just follow the instructions on the wiki.
If the former: It's been a long time since I worked on the code, so I don't remember everything. Once again, the instructions on the wiki are a great place to start. Might be a little out of date, but in short, something Java with Gradle should do it.