GifuRobo B term

Dependencies:   FastPWM cal_PID mbed omuni

Fork of omuni_speed_pid by shinji sawai

Revision:
9:bf6d20813364
Child:
10:f17b33dd837d
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/sound_data.h	Thu Sep 28 10:20:53 2017 +0000
@@ -0,0 +1,18 @@
+
+#ifndef __SOUND_DATA_H__
+#define __SOUND_DATA_H__
+
+const int note_kouka[] = {
+ 96, 105, 103, 101, 100,  98,  96,  93,  98,  98,  100, 101, 100,  98, 103, /*わかあゆのごといとぬきの*/
+105, 106, 108, 101, 100,  98, 106, 105, 103, 101,  100,  98, 100, 101,      /*きぼうのかわをおよぎゆく*/
+105, 106, 105, 103, 101, 103, 105, 100,  98, 100,  101, 103, 105,           /*りんりとりょうしきそだてんと*/
+108, 108, 105, 110, 110, 108, 106, 106, 105, 103,  101, 103, 105,           /*つどうわこうどここにあり*/
+105, 106, 108, 105, 110, 110, 110, 108, 108, 108,  110, 105, 103, 101,      /*ああわがまなびやぎふこうせん*/
+};
+
+const int kouka_size = 69;
+
+const int kouka_key = -12;
+
+
+#endif