I did a project with the Arduino Due and the libraries for the VS1053 MP3 Shield were not compatable with the Due. Are the libraries that work with the Uno compatable with the Arduino Mega?
1 Answer 1
Are the libraries that work with the Uno compatable with the Arduino Mega?
Sometimes.
They have a higher chance of being compatible, due to them both using the same AVR core, but since internal peripherals differ slightly there is a chance that, depending on what the library does, it won't work right.
You just have to try it and see.
-
The main question is: Is that shield compatible with Arduino Mega as SPI is not located on pins 10-12?KIIV– KIIV2018年12月27日 21:29:37 +00:00Commented Dec 27, 2018 at 21:29
-
@KIIV Do you know the answer to that question?Wes Summers– Wes Summers2018年12月27日 22:10:48 +00:00Commented Dec 27, 2018 at 22:10
-