const int DEBOUNCE_DELAY = 100; // Debounce delay for buttons - can be adjusted if button reacts to fast/slow const int DEBOUNCE_DELAY_V = 30; // Debounce delay for potmeter - can be adjusted if ...
I am providing the Helix MP3 decoder from RealNetworks as a simple Arduino Library. The Helix decoders are based on 16bits integers, so they are a perfect fit to be used in Microcontrollers. MP3 is a ...