Luke Cartwright / Mbed 2 deprecated ELEC2645_Project_el18loc_nearlythere

Dependencies:   mbed

Revision:
9:f6ba53e355a0
Parent:
7:33cb5f2db1ee
Child:
10:258a1eca02cc
diff -r f305ea78b2b1 -r f6ba53e355a0 Startup/startup.h
--- a/Startup/startup.h	Tue May 05 16:46:01 2020 +0000
+++ b/Startup/startup.h	Wed May 06 14:37:34 2020 +0000
@@ -11,12 +11,14 @@
  * @brief: manages startup and initialisation
  * @date May 2020
 */
-
+ volatile extern uint16_t sin_wavtable[1024];
 
 
 class startup
 {
 public:
+//vaiables
+float fl;
     //methods
     //constructor
     startup();