Quote:
Originally Posted by t vago
Looks like your Arduino IDE is configured for a generic AtMega328, but your copy of MPGuino is configured for an AtMega2560. They're two very different chips. Go verify what hardware you're compiling for.
|
You are right, I didn't go through configuration inside code properly.
ATMega2560 is default now after you download the code.