Home Forums Sparkfun MP3 Shield Library Support Forum Adding an LED.. Reply To: Adding an LED..

#3509

Not sure about it not working. Honestly has been over a year since I last fired it up. I recall testing it before committing it. hmm. It may require the DSP patches, as I see it is a read of SCI_AICTRL3 . a register in the DSP and those are affected by the patches.

about “getVUlevel” and “getVUmeter”. The later basically reads back if it is enabled. where getVUlevel returns the actual VU level on the line. note in the demo code it enables it with

MP3player.setVUmeter(1);

then polls it

vu.word = MP3player.getVUlevel();

notice that it returns a word and the union splits that into a Left and Right for the print.