Quote:
Originally Posted by ntoobe
Hi!
I'm getting bunch of compilation errors with the new code.
Am I doing something wrong?
******
Arduino: 1.6.4 (Windows 8.1), Board: "Arduino Mini, ATmega328"
Build options changed, rebuilding all
mpguino_194_20170210_ninom:1026: error: 'PINK3' was not declared in this scope
....
|
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.