rongyu lou / Mbed OS CarPakingSystem_V13

Dependencies:   HCSR04new SSH1106-alan

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers Thread_Handle.h Source File

Thread_Handle.h

00001 #ifndef Thread_Handle_H
00002 #define Thread_Handle_H
00003 
00004 #include "mbed.h"
00005 #include "platform/mbed_thread.h"
00006 #include "Thread_Handle.h"
00007 #include "HCSR04.h"
00008 #include "rtc.h"
00009 #include "SSH1106.h"
00010 
00011 extern int Q;
00012 void dist0_thread(void);
00013 void dist1_thread(void);
00014 void capture_sensor_thread();
00015 void RTC_display_thread(void);
00016 void init_thread(void);
00017 void OLED_refresh_thread();
00018 #endif