Supachai Vorapojpisut
/
le484_2016
Course project for LE484 at Thammasat University, class of 2016
Diff: platform.h
- Revision:
- 7:d702abfe51e3
- Parent:
- 4:3aaedd16c77b
- Child:
- 12:845639da2f03
--- 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;