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.
Diff: Sound/Sound.cpp
- Revision:
- 24:c3bb1b0b2207
- Parent:
- 18:204cd747b54a
- Child:
- 30:08cc4ec58d07
--- a/Sound/Sound.cpp Sat May 23 16:49:53 2020 +0000 +++ b/Sound/Sound.cpp Sun May 24 15:20:31 2020 +0000 @@ -48,7 +48,7 @@ //PRIVATE:---------------------------------------------------------------------- uint16_t Sound::wavetable_itt(uint16_t i, int frequency) { - i_d = i + ((1024*frequency)/ 16000); //i+((samples*f)*Ts) + i_d = i + ((1024*frequency)/ 10000); //i+((samples*f)*Ts) i=ceil(i_d); //ROUND IN FUTURE************* if (i>=1024) {