Tsuyoshi TSUCHIMOTO / Mbed 2 deprecated Synthesizer

Dependencies:   mbed

Files at this revision

API Documentation at this revision

Comitter:
117Florian
Date:
Wed Feb 10 10:55:08 2016 +0000
Parent:
9:d2a5406650ae
Commit message:
Adjust volume saw.

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/main.cpp	Wed Feb 10 10:12:57 2016 +0000
+++ b/main.cpp	Wed Feb 10 10:55:08 2016 +0000
@@ -27,7 +27,7 @@
         wait(0.1);
  //       gOccilator[1]->setVolume(volume);
         gOccilator[0]->setVolume(volume);
-/*        volume-=0x1000;*/
+        volume-=0x1000;
         if (volume < 0)
         {
             volume=0x10000;