test publish

Dependencies:   mbed GroveEarbudSensor

Revision:
10:af58557a4d6c
Parent:
8:e1beb2a9454e
Child:
11:e9d48f0a6b3e
--- a/main.cpp	Mon Apr 11 13:30:35 2016 +0000
+++ b/main.cpp	Mon Apr 11 13:46:08 2016 +0000
@@ -5,11 +5,13 @@
 #include "Speaker.h"
 #include "MelodyGenerator.h"
 #include "Notes.h"
+#include "GSRSensor.h"
 #include <vector>
 
 using namespace std;
 
 InterruptIn earSensorPin(p5);
+AnalogIn GSRInput(p6);
 //DigitalOut led(LED1);
 PwmOut speakerPin(p21);