Karpova Lab fork of stateScript

Dependencies:   SMARTWAV SOMO_II mbed

Fork of stateScript_v2_karpova by Andy Lustig

Revision:
9:f15ad8d18881
Parent:
3:d7b0a0890d96
--- a/hardwareInterface.h	Wed Jan 27 21:31:45 2016 +0000
+++ b/hardwareInterface.h	Thu Jan 28 16:47:32 2016 +0000
@@ -77,6 +77,7 @@
 public:
     sSound();
     void setFile(string fileNameIn);
+    void setFile(unsigned char fileNumIn);
     void setVolume(int* volumeIn);
     void setVolume(int volumeIn);
     void setPlayback(bool playIn);
@@ -86,6 +87,8 @@
 protected:
     char fileName[21];
     bool fileNameExists;
+    unsigned char fileNum;
+    bool givenTrackNum;
     int* volumePtr;
     int volume;
     bool play;