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 mbed-rtos 4DGL-uLCD-SE HC_SR04_Ultrasonic_Library
Diff: main.cpp
- Revision:
- 14:88c09f96bdda
- Parent:
- 13:3ba367bc16bc
- Child:
- 15:827fbc2e07d6
--- a/main.cpp Fri Apr 24 05:33:21 2020 +0000
+++ b/main.cpp Fri Apr 24 23:16:46 2020 +0000
@@ -207,6 +207,8 @@
//Thread t#(name_of_thread_function);
Thread t1(LCD);//Initialize LCD thread
Thread t2(Sonar);//Initialize Sonar thread
+ Thread t3(sounds);//Initialize sound thread
+ Thread t4(bluetooth);//Initialize bluetooth thread
/* //Code to read and play a file