test publish

Dependencies:   mbed GroveEarbudSensor

Committer:
age2pierre
Date:
Fri Mar 25 11:17:39 2016 +0000
Revision:
5:ee265ab0752d
Child:
6:7cc8a333e03b
Fix to compile for c++99, added Scale Interface and two scales

Who changed what in which revision?

UserRevisionLine numberNew contents of line
age2pierre 5:ee265ab0752d 1 #include "Scale.h"
age2pierre 5:ee265ab0752d 2
age2pierre 5:ee265ab0752d 3 Scale::Scale(Notes argTonality) {
age2pierre 5:ee265ab0752d 4 this->tonality = argTonality;
age2pierre 5:ee265ab0752d 5 }