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: main.cpp
- Revision:
- 31:cfdb014ff086
- Parent:
- 29:207111ffd6e6
- Child:
- 32:1049618104a2
diff -r 08cc4ec58d07 -r cfdb014ff086 main.cpp
--- 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");