このサンプルプログラムはメロディを演奏するプログラムです。 mbed driveに\"enso.txt\"として保管したメロディデータを演奏します。 This sample program is a program that plays the melody. The mbed drive \"enso.txt\" data stored as the melody. =video= {{http://www.youtube.com/watch?v=rYifJsrIPwo}} =メロディデータファイル (melody data file) = 下記のデータを"enso.txt"のFileNameでmbedのdriveに保管してください。 (メロディはウエストミンスターのチャイム(学校のチャイム)です) [[/media/uploads/suupen/enso.txt]] <<code>> 0xA4 1200 1000 0xF4 1200 1000 0x94 1200 1000 0xC4 2400 1000 0xC4 1200 1000 0x94 1200 1000 0xA4 1200 1000 0xF4 2400 1000 0xA4 1200 1000 0xF4 1200 1000 0x94 1200 1000 0xC4 2400 1000 0xC4 1200 1000 0x94 1200 1000 0xA4 1200 1000 0xF4 2400 1000 0xFF 1000 0 <</code>>

Dependencies:   mbed

Download repository: zip gz

Files at revision 0:1a3b7e3ad665

Name Size Actions
[up]
Sound.lib 54 Revisions Annotate
main.cpp 1005 Revisions Annotate
mbed.bld 66 Revisions Annotate