このサンプルプログラムはメロディを演奏するプログラムです。 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

Revision graph

The revision graph only works with JavaScript-enabled browsers.