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.
Diff: main.cpp
- 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");