-
Notifications
You must be signed in to change notification settings - Fork 190
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
Compile error on Arduino nano #300
Comments
Hi, |
Its with the ch340 ic and old bootloader |
Ah, so I guess this is not a genuine Arduino Nano. My guess is that it fails the tests to find which board it is and hence, is not recognized as a Nano (which is normally an ATMega based board). If you can find the correct |
Any board i try it(including genuine Arduino) does not work |
Hi, |
No luck with #define AVR |
I think your best course of action is to contact directly the authors of this app… Mozzi works with your architecture (AVR) on the standard Arduino IDE, hence is Arduino compliant but apparently the app you use is not completely and this is impossible for us, without the source code of that app (and even if we had it, would be a lot of work) to trace where is the compatibility broken… |
Ok thanks for your response :-) |
On The latest version of mozzi 2.00 when i compile any code with this library it shows
A error compiling
/storage/emulated/0/ArduinoDroid/userlibraries/Mozzi/ hardware_defines.h:52:73: error: missing binary operator before token "("
Im doing it on Android , my pc got damaged😔
Any help is appreciated
The text was updated successfully, but these errors were encountered: