전시회용

Fork of httpServer-orgel by justin kim

Files at this revision

API Documentation at this revision

Comitter:
justinkim
Date:
Fri Oct 21 04:01:13 2016 +0000
Parent:
6:9aefb9ff74ce
Commit message:
????
;

Changed in this revision

Handler/FsHandler.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/Handler/FsHandler.cpp	Thu Jun 02 00:58:45 2016 +0000
+++ b/Handler/FsHandler.cpp	Fri Oct 21 04:01:13 2016 +0000
@@ -5,10 +5,10 @@
 #include "hl_debug.h"
 #include "pwm_tone.h"
 
-PwmOut Buzzer1(D5);
-PwmOut Buzzer2(D6);
-PwmOut Buzzer3(D11);
-PwmOut Buzzer4(D12);
+PwmOut Buzzer1(P9);
+PwmOut Buzzer2(P8);
+PwmOut Buzzer3(P7);
+PwmOut Buzzer4(P10);
 
 float C_3 = 1000000/Do3,
        Cs_3 = 1000000/Do3s,