test publish

Dependencies:   mbed GroveEarbudSensor

Revision:
10:af58557a4d6c
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/GSRSensor.h	Mon Apr 11 13:46:08 2016 +0000
@@ -0,0 +1,15 @@
+#ifndef _GSR_SENSOR_H_
+#define _GSR_SENSOR_H_
+
+#include <mbed.h>
+
+class GSRSensor{
+public :
+    GSRSensor(AnalogIn *pin);
+    float getGSRValue();
+private :
+    AnalogIn *input;
+    
+};
+
+#endif
\ No newline at end of file