このライブラリでは、単音とメロディの出力が可能です。 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

Files at this revision

API Documentation at this revision

Comitter:
suupen
Date:
Wed Nov 16 14:47:17 2011 +0000
Parent:
6:fb02f6d9bbaf
Child:
8:71488a68dc58
Commit message:
fixes example program

Changed in this revision

Sound.h Show annotated file Show diff for this revision Revisions of this file
--- a/Sound.h	Wed Nov 16 13:58:47 2011 +0000
+++ b/Sound.h	Wed Nov 16 14:47:17 2011 +0000
@@ -15,10 +15,10 @@
 *
 * Example:
 * @code
-* // Continuously sweep the servo through it's full range
+* // Output tone and merody 
 *
 * #include "mbed.h"
-* #include "pwmSound.h"       // pwm sound library header
+* #include "Sound.h"       // sound library header
 *
 * Sound sound(p21, p10);      // 1tu me no sound syuturyoku (pwmOut = p21,  digitalOut = p10)
 *