Luke Cartwright / Mbed 2 deprecated ELEC2645_Project_el18loc_nearlythere

Dependencies:   mbed

Revision:
31:cfdb014ff086
Parent:
29:207111ffd6e6
Child:
32:1049618104a2
--- a/main.cpp	Tue May 26 10:17:47 2020 +0000
+++ b/main.cpp	Tue May 26 14:21:36 2020 +0000
@@ -57,10 +57,10 @@
     tick.attach_us(&noise_isr, 100); //normal mode Fs=10kHz
 #endif 
 #endif
-    while (1) { menu.mainmenu(lcd,pad); }
+    while (1) { menu.mainmenu(lcd,pad); } //Main Menu
 }
 
-void noise_isr() {
+void noise_isr() { //Triggers Sound Generation
     #ifdef SLOW_TIME
     if (g_isr_flag==0) {
     //printf("ISR INTTERUPT = 1\n");