Library to control the mp3-tf-16p

Dependents:   LaserSensor

Revision:
1:c76171b5e9df
Parent:
0:92d4b88c5ded
--- a/MP3_TF_16P.h	Tue Jan 05 14:37:48 2021 +0000
+++ b/MP3_TF_16P.h	Fri Mar 12 12:35:52 2021 +0000
@@ -13,9 +13,15 @@
   void SetVolume(uint16_t Value);
   void PausePlay();
   void RepeatPlay(uint16_t Number);
+  uint16_t GetNumberOfFiles();
+  
+  
+  
+  uint8_t ReceivedStack[10];
   
   private:
   
+  uint16_t numberoffiles;
   Serial SerialPort;
   
   uint8_t Stack[10];
@@ -24,6 +30,11 @@
   void CalculateCheckSum();
   void PutUint16InArray(uint16_t number, uint8_t PlaceHighByte, uint8_t PlaceLowByte);
   
+  
+  void Rx_interrupt();
+  
+  
+  
 };
 
 #endif
\ No newline at end of file