Here comes the DFPlayer Pro-a mini simple but powerful MP3 Player! This MP3 player module supports four controlling modes: Arduino, AT command, on-board buttons, and ADKEY. You can directly press the on-board button to play or switch music without using a controller. By using a USB cable, you can easily copy your favorite songs into this module to play them any where you want, or use it as a sound card for your PC or Raspberry Pi after connecting them together.
The resolution of getCurTime() getTotalTime() appears to be just 8 bit, despite being presented as 16 bit. Eg, getTotalTime on a 10:44 long file returns 134. (10:44 = 644s , 644 % 255 = 134).
The resolution of getCurTime() getTotalTime() appears to be just 8 bit, despite being presented as 16 bit. Eg, getTotalTime on a 10:44 long file returns 134. (10:44 = 644s , 644 % 255 = 134).