Quote:
Originally Posted by Sebastian
As the mpguino kit isn't available, I wanted to build my own from original arduino board. But I can't find the "old" one with ATmega168 and if I'm right with ATmega328 I will have a problem:
Code needs Arduino 11 because of math librarys, this version doesn't support the 328.
And if I take a newer version that supports the ATmega328 boards, I can't compile the code
Any solutions?
Edit: I just tried to verfify / compile v0.75 with Arduino 17 and it completed without errors. Where is the problem with incompatible math librarys?
|
I compiled v0.75 plus mods with Arduino0016 and it runs just fine in a Fundamental Logic MPGuino v1.0 with an ATmega328. Compile size is about 24.5KB.