Luke Cartwright / Mbed 2 deprecated ELEC2645_Project_el18loc_nearlythere

Dependencies:   mbed

Revision:
9:f6ba53e355a0
Parent:
7:33cb5f2db1ee
Child:
10:258a1eca02cc
--- a/LUTs/LUTs.h	Tue May 05 16:46:01 2020 +0000
+++ b/LUTs/LUTs.h	Wed May 06 14:37:34 2020 +0000
@@ -5,6 +5,7 @@
 #include "N5110.h"
 #include "Gamepad.h"
 
+
 /** LUTs class
  * @author Luke Cartwright, University of Leeds
  * @brief generates LUTs
@@ -19,15 +20,19 @@
     ~LUTs();
 
     //variables
-    float wavtable[4096];
-    float sin_d[4096];
+
+
 
     //methods
     void sin_wavetable();
+    //uint16_t get_sin(int i);
 
 private:
 //variables
-
+    float rem;
+    float sin_d;
+    uint16_t sin_u;
+    int i;
     
 };
 #endif
\ No newline at end of file