![](/media/cache/img/default_profile.jpg.50x50_q85.jpg)
Course project for LE484 at Thammasat University, class of 2016
Diff: platform.h
- Revision:
- 7:d702abfe51e3
- Parent:
- 4:3aaedd16c77b
- Child:
- 12:845639da2f03
diff -r da3c4393efee -r d702abfe51e3 platform.h --- a/platform.h Mon May 08 04:16:10 2017 +0000 +++ b/platform.h Mon May 08 04:42:04 2017 +0000 @@ -1,6 +1,7 @@ #ifndef PLATFORM_H #define PLATFORM_H +void sensorIn(void); extern Thread sensorThread; extern Thread ledThread;