httpserver for Internet piano

Dependents:   Internet-Piano_WIZwiki-W7500 Internet-Piano_India_Academy

Fork of httpServer by IOP

Files at this revision

API Documentation at this revision

Comitter:
IOP
Date:
Thu Jan 07 00:05:31 2016 +0000
Parent:
2:0b571c31bef2
Commit message:
change handler pwm pin number

Changed in this revision

Handler/FsHandler.cpp Show annotated file Show diff for this revision Revisions of this file
diff -r 0b571c31bef2 -r 4c09c3f44a8f Handler/FsHandler.cpp
--- a/Handler/FsHandler.cpp	Wed Aug 12 00:14:25 2015 +0000
+++ b/Handler/FsHandler.cpp	Thu Jan 07 00:05:31 2016 +0000
@@ -41,7 +41,7 @@
 #define La5s 932 //A#
 #define Ti5  988 //B
 
-PwmOut Buzzer(D5);
+PwmOut Buzzer(D3);
 
 float C_3 = 1000000/Do3,
        Cs_3 = 1000000/Do3s,