Open GoogleCodeExporter opened 9 years ago
I also can compile
http://code.google.com/p/musicshield/source/browse/#svn/branches/arduino
code/musicNewSd to ATMega168 but I can't to 328
Original comment by jad...@gmail.com
on 23 Oct 2010 at 8:38
It will probably work on ATMega328 after I replace in the code PB4 with PORTB4
and so on...
Original comment by jad...@gmail.com
on 26 Oct 2010 at 12:50
I had the same problem, won't compile on ATMega238. I replaced PB with PORTB
etc. The errors disapeared but a new one occured :S. Anyone who knows how to
fix this:
vs10xx.cpp: In function 'void Mp3Reset()':
vs10xx.cpp:161: error: 'SPORTDR' was not declared in this scope
vs10xx.cpp: In function 'void VsSineTest()':
vs10xx.cpp:214: error: 'SPORTDR' was not declared in this scope
vs10xx.cpp: In function 'void SendZerosToVS10xx()':
vs10xx.cpp:284: error: 'SPORTDR' was not declared in this scope
Thanks..
Original comment by gijswob...@gmail.com
on 17 Mar 2011 at 12:24
there are several instances of mistakes in Fat16Util.h, which should be
Fat16util.h. After fixing these (4-5 files had them) ...
I managed to compile these sketches in linux, but without success in Mac OSX.
Original comment by enrique....@gmail.com
on 27 Mar 2012 at 7:24
Original issue reported on code.google.com by
jad...@gmail.com
on 23 Oct 2010 at 7:16