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.
Dependents: kiokuryoku_game escapeFromYou junirobo_sample001 ROBOX_Sample_IRcon ... more
Diff: beep_sound.cpp
- Revision:
- 9:d899b134f9bb
- Parent:
- 8:26cb94806201
- Child:
- 10:24155220eeda
--- a/beep_sound.cpp Sat Oct 08 18:30:00 2016 +0000
+++ b/beep_sound.cpp Sat Oct 08 19:04:56 2016 +0000
@@ -52,7 +52,7 @@
// 休符をキューに追加
void beep_sound::setKyuhu(float argTi)
{
- bufG.octave = 1000;
+ bufG.octave = 10;
bufG.note = 0;
bufG.time_s = argTi;
otoQue.push(bufG);