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.
Dependencies: mbed
Diff: LUTs/LUTs.h
- Revision:
- 30:08cc4ec58d07
- Parent:
- 21:60f01b17b0a6
--- a/LUTs/LUTs.h Mon May 25 20:00:31 2020 +0000 +++ b/LUTs/LUTs.h Tue May 26 10:17:47 2020 +0000 @@ -19,7 +19,7 @@ /** Destructior */ ~LUTs(); - //methods + //Methods /** Generates all wavetables using preset central values * @genrates preset wavetables * @Outputs as global variables @@ -45,7 +45,7 @@ void pulse_wavetable(int pulsewidth); private: -//variables + //variables double rem; //Remainder (used for rounding) float sin_d; //Sin Double var uint16_t sin_u; //Sin Unsigned var @@ -60,7 +60,7 @@ //Methods /**Prints Certain Tri wavetable results for checking - * @prints certain tri_wav values for debug + * @Multiples of 64 for tri_wav values for debug */ void tri_wav_results(); };