View Single Post
Old 10-03-2009, 02:24 PM   #1 (permalink)
Sebastian
EcoModding Lurker
 
Join Date: Oct 2009
Location: Austria
Posts: 28
Thanks: 0
Thanked 1 Time in 1 Post
Where to get a compatible arduino?

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?


Last edited by Sebastian; 10-04-2009 at 04:56 AM..
  Reply With Quote