ELEC2645 (2019/20) / Mbed 2 deprecated el18loc_final

Dependencies:   mbed

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();
 };