test publish

Dependencies:   mbed GroveEarbudSensor

Revision:
13:879d678baf64
Parent:
12:a56f9fb318de
--- a/Application.h	Thu Apr 14 13:06:29 2016 +0000
+++ b/Application.h	Thu Apr 14 14:01:28 2016 +0000
@@ -21,6 +21,9 @@
         GSRSensor GSRSens;
         float thresholdHR;
         float thresholdGSR;
+        Ticker timerNote;
+        void playMeasure();
+        vector<Notes>* melo;
     public :
         Application(InterruptIn* earSensorPin, AnalogIn* GSRPin, PwmOut* speakerPin);
         void Init();