Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Revision 10:40bed7449a81, committed 2016-02-10
- 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;