GifuRobo B term

Dependencies:   FastPWM cal_PID mbed omuni

Fork of omuni_speed_pid by shinji sawai

sound_data.h

Committer:
Akito914
Date:
2017-09-28
Revision:
9:bf6d20813364
Child:
10:f17b33dd837d

File content as of revision 9:bf6d20813364:


#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