このライブラリでは、単音とメロディの出力が可能です。 In this library, you can output a single tone and melody. mbedのpwmOutとDigitalOutを使ってスピーカや圧電ブザーを直接駆動します。 directly drive speaker or buzzer and DigitalOut pwmOut using the mbed. メロディデータは、mbedのローカルにtxtファイルとして保存するか、プログラム中に配列データとして保存してください。 Melody data is either stored in a txt file on the local mbed, save it as a data array in the program.

Dependents:   kitchenTimer_Clock SoundLibraryExample_Melody_ProgramData M3PI_SuiviLigne

Revision:
11:c342b5349740
Parent:
10:059d4df77110
Child:
12:66e192fc663e
--- a/Sound.cpp	Sun Jan 08 12:10:42 2012 +0000
+++ b/Sound.cpp	Sun Jan 15 00:03:06 2012 +0000
@@ -208,7 +208,7 @@
     
     // enso data settei
     if((sound_sound() == false)     // oto no syuturyoku jikan hantei
-    & (onpu != NULL)                // enso chu ka wo kakunin
+    && (onpu != NULL)                // enso chu ka wo kakunin          // 120115 bug fix
      ){
         // tugi no onpu data syutoku
         sound_t data = *onpu;