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 4DGL-uLCD-SE mbed-rtos nRF24L01P
Diff: main.cpp
- Revision:
- 7:0ac1f1ca8aa6
- Parent:
- 2:dc046ff72566
- Child:
- 10:a8fcfc869fa5
--- a/main.cpp Wed Apr 18 15:00:46 2018 +0000 +++ b/main.cpp Wed Apr 18 15:09:32 2018 +0000 @@ -1,8 +1,7 @@ #include "mbed.h" +#include "rtos.h" #include "Microphone.h" #include "nRF24L01P.h" -#include "rtos.h" - Serial pc(USBTX, USBRX); // tx, rx @@ -11,7 +10,6 @@ DigitalOut myled2(LED2); DigitalOut myled3(LED3); - Microphone mymicrophone(p16); int main() {