People Counter / Mbed 2 deprecated person_counter

Dependencies:   mbed mbed-rtos 4DGL-uLCD-SE HC_SR04_Ultrasonic_Library

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