test publish

Dependencies:   mbed GroveEarbudSensor

Revision:
5:ee265ab0752d
Child:
8:e1beb2a9454e
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/GypsyScale.h	Fri Mar 25 11:17:39 2016 +0000
@@ -0,0 +1,19 @@
+#ifndef _GYPSY_SCALE_H_
+#define _GYPSY_SCALE_H_
+
+#include "Scale.h"
+#include "Notes.h"
+
+class GypsyScale : public Scale {
+    public:
+        Notes getSupertonic();
+        Notes getMediant();
+        Notes getSubdominant();
+        Notes getDominant();
+        Notes getSuperdominant();
+        Notes getSubtonic();
+    protected:
+    private:   
+};
+
+#endif
\ No newline at end of file