Hi all,
I am using the mp3 shield library in a prototype and it works well – thanks for making it possible. I’m not using it with the actual mp3 shield, but with a custom-made board that features the vs1063 chip.
I was wondering if anyone could give some pointers for a specific application. I want to try to rewrite the library so it doesn’t need to work with interrupts anymore, because I have to use the interrupt for something else. Could the library for instance also work by polling the chip? The arduino does not have to do much else but drive the mp3-chip, so regular polling is not a problem.
Any idea if it is feasible to use the library without interrupts, and where I might start to change it? All pointers are helpful!
Thanks in advance,
Steven